The Button component is used to render a clickable button or link.
Prop | Type | Description |
---|---|---|
className | string | Addional CSS classes. |
to | string | The URL that the link will navigate to. |
color | string | Color variant (blue, red, lightSwitch or darkSwitch). |
disabled | boolean | Disables interaction with the section. |
...params | any | Any other property of the button element. |
children | ReactNode | Button content. |