COMPONENTS
Copy Button
A button that smoothly transitions between it's two child states.
Preview
INSTALLATION:
bunx --bun shadcn@latest add https://ui.bartoszbak.org/r/animated-button.jsonUSAGE:
PROPS:
| Prop | Type | Default |
|---|---|---|
| className | string | - |
| children | React.ReactNode | - |
| secondaryChildren | React.ReactNode | - |
| onClick | () => void | - |
| ariaLabel | string | - |