-
Notifications
You must be signed in to change notification settings - Fork 8
/
Bootstrap v4 - (Cards) List Group.json
16 lines (16 loc) · 1.21 KB
/
Bootstrap v4 - (Cards) List Group.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "List Group",
"heading": "list-group",
"description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.\r\n\r\nIf you\u2019re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.",
"usage": "Create lists of content in a card with a flush list group.",
"snippet": "<div class=\"card\">\r\n <ul class=\"list-group list-group-flush\">\r\n <li class=\"list-group-item\">Cras justo odio<\/li>\r\n <li class=\"list-group-item\">Dapibus ac facilisis in<\/li>\r\n <li class=\"list-group-item\">Vestibulum at eros<\/li>\r\n <\/ul>\r\n<\/div>",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/card\/",
"type": "Cards",
"library": "Bootstrap v4",
"created": "2017-11-01 00:00:00",
"modified": "2017-11-22 00:41:46",
"contributor_company": "Most Wanted Web Services, Inc.",
"contributor_name": "Steve Voorhees",
"contributor_email": "[email protected]",
"contributor_website": "https:\/\/mostwantedwebhosting.com"
}