Merge Component
and ComponentPreview
trait (#28365)
- Merge `Component` and `ComponentPreview` trait - Adds a number of component previews - Removes a number of stories Release Notes: - N/A
This commit is contained in:
parent
b15ee1b1cc
commit
c05bf096f8
52 changed files with 3276 additions and 1848 deletions
|
@ -8,9 +8,9 @@ pub use gpui::{
|
|||
};
|
||||
|
||||
pub use component::{
|
||||
ComponentPreview, ComponentScope, example_group, example_group_with_title, single_example,
|
||||
Component, ComponentScope, example_group, example_group_with_title, single_example,
|
||||
};
|
||||
pub use ui_macros::IntoComponent;
|
||||
pub use ui_macros::RegisterComponent;
|
||||
|
||||
pub use crate::DynamicSpacing;
|
||||
pub use crate::animation::{AnimationDirection, AnimationDuration, DefaultAnimations};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue