0.1.6 • Published 5 years ago
mute-ui v0.1.6
Introduction
基于 React 17 开发的 UI 组件 使用 npm + webpack + babel 的工作流,支持 TS CSS 使用sass
📦 Install
npm install mute-uiyarn add mute-ui🔨 Usage
import { Button } from 'mute-ui';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
</>
);And import style manually:
import 'mute-ui/dist/index.css';Documentation
License
MIT