0.0.6 • Published 5 years ago

@semon/semon-ui v0.0.6

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

Build Status Codecov License install size gzip:js gzip:css downloads version

✨ 介绍

一套简单的React组件库,目的是练手,不要在项目中使用

📦 安装

npm install @semon/semon-ui --save
yarn add @semon/semon-ui

🚀 开始使用

import { Button } from '@semon/semon-ui'
ReactDOM.render(<Button />, container)

引入css样式:

import '@semon/semon-ui/dist/index.css'

按需引入:

import Button from '@semon/semon-ui/dist/Button'
import '@semon/semon-ui/dist/Button.css'

🔗 链接