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
|
@ -3,7 +3,6 @@
|
|||
#![allow(missing_docs)]
|
||||
mod avatar;
|
||||
mod button;
|
||||
mod checkbox;
|
||||
mod context_menu;
|
||||
mod disclosure;
|
||||
mod icon;
|
||||
|
@ -20,7 +19,6 @@ mod tool_strip;
|
|||
|
||||
pub use avatar::*;
|
||||
pub use button::*;
|
||||
pub use checkbox::*;
|
||||
pub use context_menu::*;
|
||||
pub use disclosure::*;
|
||||
pub use icon::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue