0.1.3 • Published 2 years ago

@0x1461a0/x-ui v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

x-ui

这是一个探索前端工程化和组件库的项目,还比较粗糙和简陋

使用 typescript + react + scss 编写组件,文档的搭建使用 dumi

快速开始

安装

yarn add @0x1461a0/x-ui

使用

import { Button } from '@0x1461a0/x-ui'

ReactDOM.render(<Button />, mountNode)

引入样式

import '@0x1461a0/x-ui/dist/index.css'