mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
feat(side-nav): support rail variant
This commit is contained in:
parent
0b542d5d71
commit
a345688554
6 changed files with 94 additions and 2 deletions
6
types/UIShell/SideNav/SideNav.d.ts
vendored
6
types/UIShell/SideNav/SideNav.d.ts
vendored
|
@ -9,6 +9,12 @@ export interface SideNavProps
|
|||
*/
|
||||
fixed?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to use the rail variant
|
||||
* @default false
|
||||
*/
|
||||
rail?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the ARIA label for the nav
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue