Skip to content

tibic/uiw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


uiw

A high quality UI Toolkit, A Component Library for React 16+. 💘

Installation

npm install uiw --save

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'uiw';

ReactDOM.render(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);

Documentation

Visit the uiw-react.github.io website for more information.

Development

To develop, run the self-reloading build, Get the code:

$ git clone https://github.com/uiw-react/uiw.git
$ cd uiw
$ npm install # or  yarn install

To develop, run the self-reloading build:

# Run the app
# Restart the app automatically every time code changes. 
# Useful during development.
$ npm start

Open your browser and visit http://127.0.0.1:2087

Update the document

npm run deploy

Folders

├── dist           # document the static file.
├── docs           # documentation in markdown
├── lib            
├── package.json
├── script
└── src            # react source code 

License

Licensed under the MIT License.

About

A high quality UI Toolkit, A Component Library for React 16+.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.6%
  • CSS 29.0%
  • Other 0.4%