@cnamts/vue-dot
Version:
Implementation of our Design System for the French Health Insurance
24 lines (23 loc) • 347 B
text/typescript
export const config = {
toolbar: {
flat: true,
color: 'white',
height: 'auto',
minHeight: '56px',
class: 'd-flex'
},
addBtn: {
outlined: true,
color: 'primary',
class: 'my-1 px-2 px-md-4',
minWidth: '44px'
},
addIconLabel: {
class: 'mr-1'
},
textField: {
clearable: true,
singleLine: true,
hideDetails: true
}
};