1.1.6 • Published 5 years ago

react-boot-ui v1.1.6

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

react-boot-ui

项目简介

基于react-bootjs脚手架的组件库

项目结构如下

a react user interface project

.
├── README.md
├── index.tsx
├── package.json
├── src
│   ├── async-router
│   │   └── index.tsx
│   ├── carousel
│   │   ├── index.less
│   │   └── index.tsx
│   ├── city-picker
│   │   ├── data.ts
│   │   ├── index.less
│   │   └── index.tsx
│   ├── cropper
│   │   ├── index.less
│   │   └── index.tsx
│   ├── error-catch
│   │   └── index.tsx
│   ├── modal
│   │   ├── index.less
│   │   └── index.tsx
│   ├── no-match
│   │   ├── index.less
│   │   └── index.tsx
│   ├── scroller
│   │   ├── img
│   │   │   ├── arrow.svg
│   │   │   └── spinner.svg
│   │   ├── index.less
│   │   └── index.tsx
│   └── waterfull
│       ├── index.less
│       └── index.tsx
├── tsconfig.json
└── tslint.json
## 安装手册
```
npm install --save react-boot-ui
or
npm install --save-dev react-boot-ui
```
## 组件资源

```
异步加载路由组件
轮播图组件
地市选择器组件
图片裁剪组件
错误捕获组件
404组件
模态框组件
瀑布流组件
```

## 更新日志

User sshuzhong@outlook.com


Date Author Version Description


2018年8月9日 songshuzhong v1.1.3 修复ts校验