Main UI function for the artist profile module. Composes all profile components including hero section, bio, collections grid, and recent works.

modArtistUI(id, class = NULL)

Arguments

id

Module ID

class

Optional CSS class to add to the main container

Value

Shiny UI tagList

Examples

if (FALSE) { # \dontrun{
ui <- fluidPage(
  modArtistUI("artist_profile")
)
} # }