File tree Expand file tree Collapse file tree 7 files changed +11
-13
lines changed
tests/playwright/deploys/apps
shiny-express-page-default
shiny-express-page-fillable Expand file tree Collapse file tree 7 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
pandas
2
2
plotly
3
3
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
4
- git+https://github.com/posit-dev/py-htmltools#egg=htmltools
5
- git+https://github.com/posit-dev/py-shinywidgets#egg=shinywidgets
4
+ git+https://github.com/posit-dev/py-htmltools.git #egg=htmltools
5
+ git+https://github.com/posit-dev/py-shinywidgets.git #egg=shinywidgets
Original file line number Diff line number Diff line change 1
1
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
2
- git+https://github.com/posit-dev/py-htmltools#egg=htmltools
2
+ git+https://github.com/posit-dev/py-htmltools.git #egg=htmltools
Original file line number Diff line number Diff line change 7
7
background-color: #00000022}
8
8
"""
9
9
)
10
-
11
-
12
10
with layout .div (id = "shell" ):
13
11
with layout .row ():
14
12
with layout .column (width = 8 ):
30
28
31
29
with layout .column (width = 6 ):
32
30
# check height is below 300px - bounding box
33
- with layout .navset_card_tab (id = "express_navset_card_tab" ):
34
- with layout .nav (title = "Two" ):
31
+ with layout .navset_card (id = "express_navset_card_tab" , type = "tab " ):
32
+ with layout .nav_panel (title = "Two" ):
35
33
...
36
34
37
35
38
36
with layout .column (width = 6 ):
39
37
with layout .row ():
40
- with layout .navset_tab (id = "express_navset_tab" ):
38
+ with layout .navset (id = "express_navset_tab" , type = "tab " ):
41
39
for fn_txt , fn in [
42
40
("pre" , layout .pre ),
43
41
("div" , layout .div ),
44
42
("span" , layout .span ),
45
43
]:
46
- with layout .nav (title = fn_txt ):
44
+ with layout .nav_panel (title = fn_txt ):
47
45
for i in range (3 ):
48
46
with fn ():
49
47
ui .HTML (f"{ fn_txt } { i } " )
Original file line number Diff line number Diff line change 1
1
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
2
- git+https://github.com/posit-dev/py-htmltools#egg=htmltools
2
+ git+https://github.com/posit-dev/py-htmltools.git #egg=htmltools
Original file line number Diff line number Diff line change 1
1
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
2
- git+https://github.com/posit-dev/py-htmltools#egg=htmltools
2
+ git+https://github.com/posit-dev/py-htmltools.git #egg=htmltools
Original file line number Diff line number Diff line change 1
1
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
2
- git+https://github.com/posit-dev/py-htmltools#egg=htmltools
2
+ git+https://github.com/posit-dev/py-htmltools.git #egg=htmltools
Original file line number Diff line number Diff line change 1
1
git+https://github.com/posit-dev/py-shiny.git#egg=shiny
2
- git+https://github.com/posit-dev/py-htmltools#egg=htmltools
2
+ git+https://github.com/posit-dev/py-htmltools.git #egg=htmltools
You can’t perform that action at this time.
0 commit comments