Button
Clickable elements
The Button Component is a custom implementation of a button using React and Framer Motion. It provides a dynamic button that responds to user interactions and changes appearance based on the elements it hovers over.
Examples
API
Prop | Type | Default |
---|---|---|
variant | "default" | "secondary" | "destructive" | "selected" | "link" | "default" |
size | "default" | "list" | "icon" | "default" |
Last updated on