Code Monkey home page Code Monkey logo

uiw's Introduction


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
# or
$ npm install --phantomjs_cdnurl=http://npm.taobao.org/mirrors/phantomjs

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 

Contributors

This project exists thanks to all the people who contribute, either by submitting packages or with code.

jaywcjlove Xing-He kooff88 gonghengda margox 52cik

License

Licensed under the MIT License.

uiw's People

Contributors

52cik avatar gonghengda avatar jaywcjlove avatar kooff88 avatar margox avatar xing-he avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.