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)Shiny UI tagList
if (FALSE) { # \dontrun{
ui <- fluidPage(
modArtistUI("artist_profile")
)
} # }