Loading component…
Components /Corner Button
Animated corner dots & lines button
Run the following command
npx shadcn@latest add https://raw.githubusercontent.com/Ashutoshx7/VengeanceUI/main/public/r/corner-button.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | "Start designing" | Button label content. |
| icon | React.ReactNode | PencilIcon | Custom icon rendered to the right of the label. Overrides showIcon. |
| showIcon | boolean | true | Show the default pencil icon. Set to false to hide it entirely. |
| accentColor | string | "#e5ff00" | Accent colour used for the button background and corner glow. |
| wrapperClassName | string | - | Extra classes applied to the outer wrapper div. |
| className | string | - | Extra classes applied to the button element. |