An animated send button with hover and click effects.
Send
Sent
Dependencies
framer-motion, react-icons
Installation
npm install framer-motion react-icons
Props
Name | Type | Default | Description |
---|---|---|---|
label | string | Send | The primary label displayed on the button. |
secondryLabel | string | Sent | The secondary label displayed after the button is clicked. |
onClick | () => void | undefined | The callback to trigger when the button is clicked. |