SideBar is able to display the navigation bar vertically.
Check the Sponsor playground for sponsors list. :-)
Basic usage of SideBar component.
| Properties | Description | Type | Default | 
|---|---|---|---|
| activeKey | The key of currently active item | string | null | - | 
| defaultActiveKey | The initialized key of the selected item, if the activeKey is not set | string | null | key of the 1st item | 
| onChange | The callback when switching SideBar | (key: string) => void | - | 
| Properties | Description | Type | Default | 
|---|---|---|---|
| badge | The Badge of the item | BadgeProps['text'] | - | 
| disabled | Whether the item is disabled | boolean | false | 
| key | The active Key | string | - | 
| title | The title of the item | ReactNode | - |