feat(side-nav): support rail variant

This commit is contained in:
Eric Y Liu 2021-06-26 13:28:56 -07:00
commit a345688554
6 changed files with 94 additions and 2 deletions

View file

@ -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
*/