Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gov summary #87

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion R/run_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,21 @@ run_example <- function(){
title_txt = "Important",
body_txt = "You have 7 days left to send your application.",
type = "standard"
)
),
heading_text("gov_summary", size = "s"),
shinyGovstyle::gov_summary(
"sumID",
c("Name", "Date of birth", "Contact information", "Contact details"),
c(
"Sarah Philips",
"5 January 1978",
"72 Guild Street <br> London <br> SE23 6FH",
"07700 900457 <br> [email protected]"
),
action = FALSE
),


)
),

Expand Down
Loading