add storybook (component dev)
This commit is contained in:
parent
1b523c7ac4
commit
13e6345b1d
4 changed files with 54 additions and 2 deletions
|
|
@ -22,4 +22,10 @@ Scope {
|
|||
description: 'Open the Power Menu'
|
||||
onPressed: Visibility.powermenu = !Visibility.powermenu
|
||||
}
|
||||
|
||||
LuxShortcut {
|
||||
name: 'storybook'
|
||||
description: 'Open the Component Storybook'
|
||||
onPressed: Visibility.storybook = !Visibility.storybook
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue