0.1.6 • Published 3 years ago

mute-ui v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Introduction

基于 React 17 开发的 UI 组件 使用 npm + webpack + babel 的工作流,支持 TS CSS 使用sass

📦 Install

npm install mute-ui
yarn 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

mute-ui

License

MIT

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago