https://github.com/stbui/stbui-react-mobile
玩具项目
https://github.com/stbui/stbui-react-mobile
Last synced: about 1 year ago
JSON representation
玩具项目
- Host: GitHub
- URL: https://github.com/stbui/stbui-react-mobile
- Owner: stbui
- License: mit
- Created: 2018-08-29T10:06:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T10:07:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T22:32:17.972Z (over 1 year ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stbui
移动端 UI 组件库,基于 React。
## Install 安装
使用 npm 安装:
```bash
npm install stbui --save
```
## Usage 使用
#### 全组件引入
```js
import { Button, Cell } from 'stbui';
```
#### 按需加载
```js
import Button from 'stbui/lib/Button';
```