Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiefenga/x-ui

react 组件库
https://github.com/xiefenga/x-ui

component-library react scss typescript

Last synced: 12 days ago
JSON representation

react 组件库

Awesome Lists containing this project

README

        

# x-ui

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

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

## 快速开始

安装

```shell
yarn add @0x1461a0/x-ui
```

使用

```tsx | pure
import { Button } from '@0x1461a0/x-ui'

ReactDOM.render(, mountNode)
```

引入样式

```tsx | pure
import '@0x1461a0/x-ui/dist/index.css'
```