pub fn AssetGrid(props: AssetGridProps) -> impl IntoViewExpand description
A grid of thumbnail cards built from items, invoking on_select with an
item’s id when its card is clicked. When searchable is set a filter box
(labeled by placeholder) narrows cards by label.
§Required Props
- items:
impl Into<Signal<Vec<AssetItem>>> - on_select:
Callback<String>
§Optional Props
- searchable:
bool - placeholder:
impl Into<String>