-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathitem.json
More file actions
31 lines (31 loc) · 1.64 KB
/
item.json
File metadata and controls
31 lines (31 loc) · 1.64 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": "Table - Light",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/content\/tables\/",
"type": "daa2ae4f-cc62-482a-be4c-f54589f1263a",
"heading": "table-light",
"library": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"guid": "2cce8791-2ce2-46fb-85c3-17287837b405",
"contributor_email": "sales@mwweb.host",
"contributor_name": "Steve Voorhees",
"contributor_website": "https:\/\/mostwantedwebhosting.com",
"contributor_company": "Most Wanted Web Services, Inc.",
"snippet": "<table class=\"table\">\r\n <thead>\r\n <tr>\r\n <th>#<\/th>\r\n <th>First Name<\/th>\r\n <th>Last Name<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr class=\"table-light\">\r\n <th scope=\"row\">1<\/th>\r\n <td>Mark<\/td>\r\n <td>Otto<\/td>\r\n <\/tr>\r\n <tr>\r\n <th scope=\"row\">2<\/th>\r\n <td>Jacob<\/td>\r\n <td>Thornton<\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
"usage": "Use contextual classes to color table rows or individual cells.",
"description": "Documentation and examples for opt-in styling of tables (given their prevelant use in JavaScript plugins) with Bootstrap.",
"@dependencies": [
{
"key": "guid",
"value": "daa2ae4f-cc62-482a-be4c-f54589f1263a",
"entity": "snippet_type",
"table": "#__componentbuilder_snippet_type",
"direction": "out"
},
{
"key": "guid",
"value": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"entity": "library",
"table": "#__componentbuilder_library",
"direction": "out"
}
]
}