Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 组件库
- Host: GitHub
- URL: https://github.com/xiefenga/x-ui
- Owner: xiefenga
- License: mit
- Created: 2021-08-12T14:19:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T12:28:27.000Z (about 3 years ago)
- Last Synced: 2024-11-25T11:41:35.578Z (2 months ago)
- Topics: component-library, react, scss, typescript
- Language: TypeScript
- Homepage: https://xiefenga.github.io/x-ui/
- Size: 4.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```