0.0.8 • Published 8 years ago

fd-box v0.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

安装

npm install fd-box --save

使用

javascript

import box from 'fd-box';

export default { data() { header: true, // true&false, 是否显示header,默认true title: 'I\'m header', // header中的文字 width: '500px', // 盒子宽度,默认100% height: '300px', // 盒子高度,默认 300px type: 'stylename', //header图标类型 clock message setting warning error cancel disabled bars: 1,2, // 分栏条数 传递数组,如1,2,按数组内容等比分栏,也可传数字,按数字平分n栏,默认数字1 size: 'small' // tiny,small,big,large }, components: { 'yourname-box': box } }

#### html

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago