0.0.7 • Published 5 years ago
panda-ui-amber v0.0.7
熊猫UI - 一个 Vue UI 组件库
介绍
开始使用
- 添加 CSS 样式 - 使用前请在 CSS 中开启 border-box - *,*::before,*::after{box-sizing: border-box;}- IE 8 及以上浏览器都支持此样式。 
- 安装 - npm i --save panda-ui-amber- yarn add panda-ui-amber
- 引入 - import {Button, ButtonGroup, Icon} from 'panda-ui-amber' import 'panda-ui-amber/dist/index.css' export default { name: 'app', components: { 'p-button': Button, 'p-icon': Icon, 'p-button-group': ButtonGroup }