Skip to main content

Buttons

Anchor button​

The AnchorButton component renders an anchor button.

<AnchorButton href="#id">Go to id</AnchorButton>

Props​

PropDescription

href

undefined | string

The link to which the user is redirected when the button is clicked.

children

Renders content of the component.