pub fn StatusItem(props: StatusItemProps) -> impl IntoViewExpand description
A single cell in the status bar. Shows an optional leading icon before the
children, and forwards an extra class for styling.
§Required Props
- children:
Children
§Optional Props
- icon:
impl Into<String> - class:
impl Into<String>