ui: Update Label component (#24653)
- Standardize style methods - Convert label story to a component preview - update component preview styles Release Notes: - N/A
This commit is contained in:
parent
aab3e0495d
commit
2d71733490
27 changed files with 182 additions and 151 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
pub use gpui::prelude::*;
|
||||
pub use gpui::{
|
||||
div, px, relative, rems, AbsoluteLength, App, Context, DefiniteLength, Div, Element, ElementId,
|
||||
InteractiveElement, ParentElement, Pixels, Rems, RenderOnce, SharedString, Styled, Window,
|
||||
div, px, relative, rems, AbsoluteLength, AnyElement, App, Context, DefiniteLength, Div,
|
||||
Element, ElementId, InteractiveElement, ParentElement, Pixels, Rems, RenderOnce, SharedString,
|
||||
Styled, Window,
|
||||
};
|
||||
|
||||
pub use component::{example_group, example_group_with_title, single_example, ComponentPreview};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue