UNPKG

balm-ui

Version:

A modular and customizable UI library based on Material Design and Vue 3

12 lines (11 loc) 167 B
// Define fab constants export default { TYPES: { regular: 0, extended: 1 }, cssClasses: { icon: 'mdc-fab__icon', touch: 'mdc-fab--touch' } };