New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isui

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

1.0.4
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

isui

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

Installation

npm install isui --save

Basic Usage

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

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

Documentation

Visit the http://nodedai.com/isui/#/cn/quick-start website for more information.

Development

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

$ git clone https://github.com/shawn2016/isui.git
$ cd isui
$ 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 

本组件库基于 uiw-react 修改,感谢!

License

Licensed under the MIT License.

Keywords

react

FAQs

Package last updated on 04 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts