-
Notifications
You must be signed in to change notification settings - Fork 7
Cards
Patrick Garske edited this page Jan 26, 2019
·
1 revision
Creates a bare-bones card element
content
- The card's body content
card_header
- The card's header (Optional)
image_url
- The card's top image (Optional)
Generates Title and Subtitle for card
's content
title
- The content's title
subtitle
- The content's subtitle
content
- Other content for the card body
Creates a list group inside a card
content
- The list group's content (most likely list item
s)
echo card(card_content("Card Title","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());