quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
12 lines (11 loc) • 329 B
JSON
{
"props": {
"ripple": {
"type": [ "Boolean", "Object" ],
"desc": "Configure material ripple (disable it by setting it to 'false' or supply a config object)",
"default": true,
"examples": [ false, "{ early: true, center: true, color: 'teal', keyCodes: [] }" ],
"category": "style"
}
}
}