box-components-button
v1.2.2
Published
## Project components for create button
Readme
BOX COMPONENTS GROUP
Project setup
npm install box-components-buttonCompiles for development
npm run serve / npm run devAdd Components
//main.js
import BoxButton from 'box-components-button'
Vue.use(BoxButton)Run your tests
- Comp Edit
<box-edit></box-edit>- Comp Button
<box-button :rounded="false" color="green" size="small">Submit</box-button>Parameter | Values ----------| ---------- rounded | true, false color | grey, green, red, blue size | small, default, large
- Comp Alert
<box-alert></box-alert>