You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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": "Add an optional header and\/or footer within a card.",
"snippet": "<div class=\"card\">\r\n <div class=\"card-body\">\r\n <p class=\"card-text\">Some more card content<\/p>\r\n <\/div>\r\n <div class=\"card-footer\">\r\n 2 days ago\r\n <\/div>\r\n<\/div>",