https://github.com/future-team/eagle-styles
https://github.com/future-team/eagle-styles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/future-team/eagle-styles
- Owner: future-team
- License: mit
- Created: 2017-02-23T07:17:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T09:41:36.000Z (over 9 years ago)
- Last Synced: 2025-02-07T08:57:20.702Z (over 1 year ago)
- Language: CSS
- Size: 158 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# eagle-styles
一套完整的UI样式库,提供了简洁风格的布局和组件样式。
搭配React UI组件库eagle-ui使用: [https://github.com/future-team/eagle-ui](https://github.com/future-team/eagle-ui)
## Install
```
$ npm install eagle-styles --save
```
## Usage
```
// Global
// ES6
import 'eagle-styles/less/eagle-styles.less';
// Less
@import 'eagle-styles/less/eagle-styles.less';
```
## Command
```
$ npm run build
```
## Repair
`version 0.1.2` 新增dialog.prompt样式