Navigation Header
Loading Code Block...
Installation
Section titled “Installation”To get started, install Butterfly DS via aqua:
Loading Code Block...
Loading Code Block...
Minimal Example
Section titled “Minimal Example”Loading Code Block...
Props | Default | Type | Description |
---|---|---|---|
currentPage | null | string | The current page to highlight in the navigation |
breadCrumbItems | [] | Array<{ text: string, href: string }> | An array of breadcrumb items for navigation |
availableAccounts | [] | Array<{ name: string, id: string,email: string, avatarImage: string }> | An array of available accounts for the user |
activeAccount | null | object | The currently active account |
showActionButton | false | boolean | Whether to show the action button in the header |