Renders a grid of collection cards with thumbnails, names, and artwork counts. Collections are already filtered by visibility settings before reaching this component. Featured collection (if specified) is rendered with emphasis.
collectionsUI(ns, collections, featured_collection_uuid = NULL)Shiny UI tagList
if (FALSE) { # \dontrun{
output$collections <- renderUI({
collectionsUI(ns, visible_collections, featured_uuid)
})
} # }