# uiw **Repository Path**: kevin402502/uiw ## Basic Information - **Project Name**: uiw - **Description**: A high quality UI Toolkit, A Component Library for React 16+. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2021-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
uiw --- A high quality UI Toolkit, A Component Library for React 16+. 💘 ### Installation ```bash npm install uiw --save ``` ### Basic Usage ```js import React from 'react'; import ReactDOM from 'react-dom'; import { Button } from 'uiw'; ReactDOM.render( , document.getElementById('app') ); ``` ### Documentation Visit the [uiw-react.github.io](https://uiw-react.github.io) website for more information. ### Development To develop, run the self-reloading build, Get the code: ```bash $ git clone https://github.com/uiw-react/uiw.git $ cd uiw $ npm install # or yarn install ``` To develop, run the self-reloading build: ```bash # 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 ```bash npm run deploy ``` Folders ```bash ├── dist # document the static file. ├── docs # documentation in markdown ├── lib ├── package.json ├── script └── src # react source code ``` ### License Licensed under the MIT License.