-
Notifications
You must be signed in to change notification settings - Fork 6
Bootswatch Themes
Patrick Garske edited this page Jan 26, 2019
·
1 revision
Use this statement instead of init_stylesheet() to load a custom Bootswatch themed stylesheet!
style
- Name of the bootswatch theme
echo init_meta();
echo init_bootswatch_stylesheet("superhero");
echo init_js();
[...]
echo card(card_content("This Demo is using the Superhero Theme from Bootswatch!","Card Subtitle",card_list_group(list_group_item("This is a list item.") . list_group_item("This is another list item."))."And there can still be more 'regular' content afterwards"),"Card Header",no_arg());