-
Notifications
You must be signed in to change notification settings - Fork 8
/
Bootstrap v4 - (Button Groups) Button - Toolbar.json
16 lines (16 loc) · 1.56 KB
/
Bootstrap v4 - (Button Groups) Button - Toolbar.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Button - Toolbar",
"heading": "btn-toolbar",
"description": "Group a series of buttons together on a single line with the button group, and super-power them with JavaScript.",
"usage": "Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more.",
"snippet": "<div class=\"btn-toolbar\" role=\"toolbar\" aria-label=\"Toolbar with button groups\">\r\n <div class=\"btn-group\" role=\"group\" aria-label=\"First group\">\r\n <button type=\"button\" class=\"btn btn-secondary\">1<\/button>\r\n <button type=\"button\" class=\"btn btn-secondary\">2<\/button>\r\n <button type=\"button\" class=\"btn btn-secondary\">3<\/button>\r\n <\/div>\r\n <div class=\"btn-group\" role=\"group\" aria-label=\"Second group\">\r\n <button type=\"button\" class=\"btn btn-secondary\">5<\/button>\r\n <button type=\"button\" class=\"btn btn-secondary\">6<\/button>\r\n <\/div>\r\n <div class=\"btn-group\" role=\"group\" aria-label=\"Third group\">\r\n <button type=\"button\" class=\"btn btn-secondary\">8<\/button>\r\n <\/div>\r\n<\/div>",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/button-group\/",
"type": "Button Groups",
"library": "Bootstrap v4",
"created": "2017-11-01 00:00:00",
"modified": "2017-11-22 00:28:16",
"contributor_company": "Most Wanted Web Services, Inc.",
"contributor_name": "Steve Voorhees",
"contributor_email": "[email protected]",
"contributor_website": "https:\/\/mostwantedwebhosting.com"
}