diff --git a/R/run_example.R b/R/run_example.R index 814af3b..3324e8f 100644 --- a/R/run_example.R +++ b/R/run_example.R @@ -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
London
SE23 6FH", + "07700 900457
sarah.phillips@example.com" + ), + action = FALSE + ), + + ) ),