-
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) · 2.08 KB
/
item.json
File metadata and controls
31 lines (31 loc) · 2.08 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": "Navbar - Collapse",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/navbar\/",
"type": "bdbbff94-2a74-4eb3-81ce-26068937e1c8",
"heading": "collapse navbar-collapse",
"library": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"guid": "b11add6d-16e4-44ab-a401-08cf3a67939e",
"contributor_email": "sales@mwweb.host",
"contributor_name": "Steve Voorhees",
"contributor_website": "https:\/\/mostwantedwebhosting.com",
"contributor_company": "Most Wanted Web Services, Inc.",
"snippet": "<nav class=\"navbar navbar-expand-lg navbar-light bg-light\">\r\n <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarTogglerDemo01\" aria-controls=\"navbarTogglerDemo01\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\r\n <span class=\"navbar-toggler-icon\"><\/span>\r\n <\/button>\r\n <div class=\"collapse navbar-collapse\" id=\"navbarTogglerDemo01\">\r\n <ul class=\"navbar-nav mr-auto mt-2 mt-lg-0\">\r\n <li class=\"nav-item active\">\r\n <a class=\"nav-link\" href=\"#\">Home <span class=\"sr-only\">(current)<\/span><\/a>\r\n <\/li>\r\n <li class=\"nav-item\">\r\n <a class=\"nav-link disabled\" href=\"#\">Disabled<\/a>\r\n <\/li>\r\n <\/ul>\r\n <\/div>\r\n<\/nav>",
"usage": ".collapse.navbar-collapse for grouping and hiding navbar contents by a parent breakpoint.",
"description": "Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.",
"@dependencies": [
{
"key": "guid",
"value": "bdbbff94-2a74-4eb3-81ce-26068937e1c8",
"entity": "snippet_type",
"table": "#__componentbuilder_snippet_type",
"direction": "out"
},
{
"key": "guid",
"value": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"entity": "library",
"table": "#__componentbuilder_library",
"direction": "out"
}
]
}