fn explore_tile(
ctx: Arc<AppContext>,
kind: &'static str,
value: &str,
asset_id: &str,
on_click: Rc<dyn Fn(&str, String, String)>,
) -> ButtonExpand description
Construct a rectangular tile representation for a specific explore category node.