UNPKG

@front-ui/button

Version:

A button allows a user to perform an action, with mouse, touch, and keyboard interactions.

6 lines (5 loc) 157 B
export { default as Button, ButtonProps } from './button.mjs'; import 'react'; import '@front-ui/theme'; import '@front-ui/use-ripple'; import 'react-aria';