ui: Add Chip component (#34521)
Possibly the simplest component in our set, but a nice one to have so we can standardize how it looks across the app. Release Notes: - N/A
This commit is contained in:
parent
ee4b9a27a2
commit
59d524427e
7 changed files with 124 additions and 40 deletions
|
@ -2,6 +2,7 @@ mod avatar;
|
|||
mod banner;
|
||||
mod button;
|
||||
mod callout;
|
||||
mod chip;
|
||||
mod content_group;
|
||||
mod context_menu;
|
||||
mod disclosure;
|
||||
|
@ -43,6 +44,7 @@ pub use avatar::*;
|
|||
pub use banner::*;
|
||||
pub use button::*;
|
||||
pub use callout::*;
|
||||
pub use chip::*;
|
||||
pub use content_group::*;
|
||||
pub use context_menu::*;
|
||||
pub use disclosure::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue