Skip to content

Commit

Permalink
feat(components): adding forced open property
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed Feb 7, 2024
1 parent 3fcdab6 commit b786479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/components/src/app-shell/app-shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export class CovalentAppShell extends DrawerBase {
@property({ type: Boolean, reflect: true })
helpOpen = false;

/**
* Force the left navigation visibly open
*/
@property({ type: Boolean, reflect: true })
forcedOpen = false;

Expand Down

0 comments on commit b786479

Please sign in to comment.