333 Columns

#| standalone: true
#| components: [viewer]
#| layout: horizontal
#| viewerHeight: 800
from shiny.express import ui

ui.tags.br()


with ui.card():
    "Card A"
        
with ui.card():
    "Card B"
        
with ui.card():
    "Card C"
        
with ui.card():
    "Card D"
#| standalone: true
#| components: [editor, viewer]
#| layout: horizontal
#| viewerHeight: 800
from shiny.express import ui

ui.tags.br()


with ui.card():
    "Card A"
        
with ui.card():
    "Card B"
        
with ui.card():
    "Card C"
        
with ui.card():
    "Card D"