-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
068997a
commit cc9389b
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
), | ||
|
||
|
||
) | ||
), | ||
|
||
|