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:
Nate Butler 2024-11-08 22:53:15 -05:00 committed by GitHub
parent 31a6ee0229
commit 0a28800049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 222 deletions

View file

@ -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(),