add some component
add some component
This commit is contained in:
parent
6932b4d73c
commit
c67c70956e
4 changed files with 11 additions and 4 deletions
BIN
assets/iview.png
BIN
assets/iview.png
Binary file not shown.
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 155 KiB |
9
index.js
9
index.js
|
@ -28,27 +28,34 @@ import { Select, Option, OptionGroup } from './components/select';
|
|||
|
||||
const iview = {
|
||||
Button,
|
||||
ButtonGroup: Button.Group,
|
||||
Icon,
|
||||
Input,
|
||||
Switch,
|
||||
Radio,
|
||||
RadioGroup: Radio.Group,
|
||||
Checkbox,
|
||||
CheckboxGroup: Checkbox.Group,
|
||||
InputNumber,
|
||||
Row,
|
||||
Col,
|
||||
iCol: Col,
|
||||
Page,
|
||||
Badge,
|
||||
Tag,
|
||||
Progress,
|
||||
Circle,
|
||||
Timeline,
|
||||
TimelineItem: Timeline.Item,
|
||||
Affix,
|
||||
BackTop,
|
||||
Spin,
|
||||
Steps,
|
||||
Step: Steps.Step,
|
||||
Breadcrumb,
|
||||
BreadcrumbItem: Breadcrumb.Item,
|
||||
Alert,
|
||||
Collapse,
|
||||
Panel: Collapse.Panel,
|
||||
Card,
|
||||
Message,
|
||||
Notice,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iview",
|
||||
"version": "0.9.4rc-4",
|
||||
"version": "0.9.4rc-5",
|
||||
"title": "iView",
|
||||
"description": "A high quality UI components Library with Vue.js",
|
||||
"homepage": "http://www.iviewui.com",
|
||||
|
|
Loading…
Add table
Reference in a new issue