pub fn Tag(props: TagProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - size:
impl Into<Signal<TagSize>>- Size of the tag.
- dismissible:
impl Into<Signal<bool>>- A Tag can be dismissible.
- on_dismiss:
impl Into<ArcOneCallback<ev::MouseEvent>>- Callback for when a tag is dismissed.
- value:
impl Into<String>- Unique value identifying the tag within a TagGroup.