UNPKG

balm-ui

Version:

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

8 lines (5 loc) 155 B
import { MDCRipple } from '../../material-components-web/ripple'; function useRipple(element) { return new MDCRipple(element); } export { useRipple };