HeaderMenuToggleButton
HeaderMenuToggleButton is a sub-component of the Header organism.
It is used to allow the user to toggle the menu.
Basic Usage
import { HeaderMenuToggleButton } from '@krakentech/coral-organisms';
<HeaderMenuToggleButton closedText="Menu" openText="Back" />Full API
| Name | Type | Default |
|---|---|---|
closedText | stringThe label displayed inside the button when the menu is closed. | |
openText | stringThe label displayed inside the button when the menu is open. |
Last updated on