Skip to content

Commit

Permalink
add gov_summary to run_example
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisayshi committed Jun 17, 2024
1 parent 068997a commit cc9389b
Showing 1 changed file with 15 additions and 1 deletion.
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"
)
),

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

0 comments on commit cc9389b

Please sign in to comment.