0.1.0 ā€¢ Published 6 years ago

mikit-react v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Mikit-React

npm.io npm.io npm.io npm.io npm.io npm.io npm.io

A high quality UI Toolkit, A Component Library for React 16+. šŸ’˜

Installation

npm install mikit-react --save

Basic Usage

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

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

Documentation

Visit the missra-kit.github.io website for more information.

Development

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

$ git clone https://github.com/missra-kit/mikit-react.git
$ cd mikit-react
$ 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:3000

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.