0.0.5 • Published 4 years ago
@lucho912010/test-vuetify v0.0.5
test-vuetify
To generate the dist folder, run the following command
npx vue-cli-service build --target lib --name test-vuetify src/index.js
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | '' | Title of the card |
| description | String | '' | Description of the card |
| srcImage | String | '' | Image url |
| showImage | Boolean | false | Property to see the image |
| textBtn1 | String | '' | Text of the first button |
| textBtn2 | String | '' | Text of the second button |
| showBtn1 | Boolean | false | Property to see the first button |
| showBtn2 | Boolean | false | Property to see the second button |
| colorBtn1 | String | '' | Property for button color |
| colorBtn2 | String | '' | Property for button color |
| functionBtn1 | Function | ()=>{} | Property for button function |
| functionBtn2 | Function | ()=>{} | Property for button function |