Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 03fabd8

Browse files
author
Ryan Patrick Kyle
committed
use htmlSummary ex for htmlDetails
1 parent f462bce commit 03fabd8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

dash-info.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,11 +666,17 @@ r_examples:
666666
667667
app <- Dash$new()
668668
669-
app$layout(htmlDiv(list(
670-
htmlDetails(
671-
children ="Hello"
669+
app$layout(
670+
htmlDiv(list(
671+
htmlDetails(
672+
children = list(
673+
htmlSummary(
674+
children = "Within a details element, the summary can act as a clickable description"
675+
),
676+
"And the rest is hidden until the summary is clicked"
672677
)
673678
)
679+
)
674680
)
675681
)
676682

0 commit comments

Comments
 (0)