Add preview for Checkbox with Label (#20448)
Add previews for Checkbox with Label. Merge checkbox components. Release Notes: - N/A
This commit is contained in:
parent
31a6ee0229
commit
0a28800049
8 changed files with 90 additions and 222 deletions
|
@ -16,7 +16,6 @@ pub enum ComponentStory {
|
|||
AutoHeightEditor,
|
||||
Avatar,
|
||||
Button,
|
||||
Checkbox,
|
||||
CollabNotification,
|
||||
ContextMenu,
|
||||
Cursor,
|
||||
|
@ -52,7 +51,6 @@ impl ComponentStory {
|
|||
Self::AutoHeightEditor => AutoHeightEditorStory::new(cx).into(),
|
||||
Self::Avatar => cx.new_view(|_| ui::AvatarStory).into(),
|
||||
Self::Button => cx.new_view(|_| ui::ButtonStory).into(),
|
||||
Self::Checkbox => cx.new_view(|_| ui::CheckboxStory).into(),
|
||||
Self::CollabNotification => cx
|
||||
.new_view(|_| collab_ui::notifications::CollabNotificationStory)
|
||||
.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue