Button

The Button component is used to render a clickable button or link.

# Basic Usage


Go to Url

Button Component

PropTypeDescription
classNamestringAddional CSS classes.
tostringThe URL that the link will navigate to.
colorstringColor variant (blue, red, lightSwitch or darkSwitch).
disabledbooleanDisables interaction with the section.
...paramsanyAny other property of the button element.
childrenReactNodeButton content.