pub fn ActivityBar(props: ActivityBarProps) -> impl IntoViewExpand description
A vertical strip of icon buttons; clicking one sets active to its id and invokes the optional on_select callback.
§Required Props
- items:
Vec<ActivityItem> - active:
RwSignal<String>
§Optional Props
- on_select:
Callback<String>