Skip to content

一个基于React的极简,可配置,可扩展的UI组件库

Notifications You must be signed in to change notification settings

yurizhang/iShow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iShow UI - 一个基于React的极简,可配置,可扩展的UI
特性
标准UI组件及样式,共23+个实用组件。
支持按需加载可轻松导入的React组件。
使用 ES6 构建,提供完整的独立安装包。
基于 yarn + webpack + react +babel 的工作流

快速上手

安装
推荐使用 Yarn 的方式安装,它能更好地和webpack打包工具配合使用。

yarn add ishow-ui

使用
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'ishow-ui';
//import Button from 'ishow-ui/lib/Button' //按需加载

ReactDOM.render(Hello, document.getElementById('app'));

About

一个基于React的极简,可配置,可扩展的UI组件库

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published