forked from joomengine/snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.json
More file actions
31 lines (31 loc) · 1.77 KB
/
item.json
File metadata and controls
31 lines (31 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Col-*",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/layout\/grid\/",
"type": "03cf9f8c-98ad-4fc2-9ac0-d4b94fb9f0a9",
"heading": "col-*",
"library": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"guid": "a0fcd385-faa2-4759-a877-41fa940f6d67",
"contributor_email": "sales@mwweb.host",
"contributor_name": "Steve Voorhees",
"contributor_website": "https:\/\/mostwantedwebhosting.com",
"contributor_company": "Most Wanted Web Services, Inc.",
"snippet": "<!-- responsive equal width cols, can be sm, md, lg, or xl -->\r\n<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-sm\">1 of 3<\/div>\r\n <div class=\"col-sm\">1 of 3<\/div>\r\n <div class=\"col-sm\">1 of 3<\/div>\r\n <\/div>\r\n<\/div>",
"usage": "While Bootstrap uses ems or rems for defining most sizes, pxs are used for grid breakpoints and container widths. This is because the viewport width is in pixels and does not change with the font size.\r\n\r\nSee how aspects of the Bootstrap grid system work across multiple devices with a handy table.",
"description": "Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes.",
"@dependencies": [
{
"key": "guid",
"value": "03cf9f8c-98ad-4fc2-9ac0-d4b94fb9f0a9",
"entity": "snippet_type",
"table": "#__componentbuilder_snippet_type",
"direction": "out"
},
{
"key": "guid",
"value": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"entity": "library",
"table": "#__componentbuilder_library",
"direction": "out"
}
]
}