Skip to content

Commit

Permalink
fix: #2933 by adding optional variant property to SideNav
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliao authored and Westbrook committed Feb 16, 2023
1 parent a1bba7c commit 9c45c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sidenav/src/Sidenav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export class SideNav extends Focusable {
@property({ reflect: true })
public value: string | undefined = undefined;

@property({ reflect: true })
public variant?: 'multilevel';

private handleSelect(
event: CustomEvent<SidenavSelectDetail> & { target: SideNavItem }
): void {
Expand Down

0 comments on commit 9c45c33

Please sign in to comment.