Vision UI

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

PropTypeDefault
variant
"default" | "secondary" | "destructive" | "selected" | "link"
"default"
size
"default" | "list" | "icon"
"default"

Last updated on

On this page

Edit on GitHub