UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

6 lines (4 loc) 172 B
import rippleFactory from './Ripple.js'; import theme from './theme.scss'; export const Ripple = (options) => rippleFactory({ ...options, theme }); export default Ripple;