add some component

add some component
This commit is contained in:
梁灏 2016-10-25 09:58:10 +08:00
parent 6932b4d73c
commit c67c70956e
4 changed files with 11 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -28,27 +28,34 @@ import { Select, Option, OptionGroup } from './components/select';
const iview = { const iview = {
Button, Button,
ButtonGroup: Button.Group,
Icon, Icon,
Input, Input,
Switch, Switch,
Radio, Radio,
RadioGroup: Radio.Group,
Checkbox, Checkbox,
CheckboxGroup: Checkbox.Group,
InputNumber, InputNumber,
Row, Row,
Col, iCol: Col,
Page, Page,
Badge, Badge,
Tag, Tag,
Progress, Progress,
Circle, Circle,
Timeline, Timeline,
TimelineItem: Timeline.Item,
Affix, Affix,
BackTop, BackTop,
Spin, Spin,
Steps, Steps,
Step: Steps.Step,
Breadcrumb, Breadcrumb,
BreadcrumbItem: Breadcrumb.Item,
Alert, Alert,
Collapse, Collapse,
Panel: Collapse.Panel,
Card, Card,
Message, Message,
Notice, Notice,

View file

@ -1,6 +1,6 @@
{ {
"name": "iview", "name": "iview",
"version": "0.9.4rc-4", "version": "0.9.4rc-5",
"title": "iView", "title": "iView",
"description": "A high quality UI components Library with Vue.js", "description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com", "homepage": "http://www.iviewui.com",