Rework Disclosure
component
This commit is contained in:
parent
e99fa77bda
commit
6f5cc0af94
6 changed files with 76 additions and 27 deletions
|
@ -16,6 +16,7 @@ pub enum ComponentStory {
|
|||
Button,
|
||||
Checkbox,
|
||||
ContextMenu,
|
||||
Disclosure,
|
||||
Focus,
|
||||
Icon,
|
||||
IconButton,
|
||||
|
@ -36,6 +37,7 @@ impl ComponentStory {
|
|||
Self::Button => cx.build_view(|_| ui::ButtonStory).into(),
|
||||
Self::Checkbox => cx.build_view(|_| ui::CheckboxStory).into(),
|
||||
Self::ContextMenu => cx.build_view(|_| ui::ContextMenuStory).into(),
|
||||
Self::Disclosure => cx.build_view(|_| ui::DisclosureStory).into(),
|
||||
Self::Focus => FocusStory::view(cx).into(),
|
||||
Self::Icon => cx.build_view(|_| ui::IconStory).into(),
|
||||
Self::IconButton => cx.build_view(|_| ui::IconButtonStory).into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue