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.47 KB
/
Copy pathitem.json
File metadata and controls
31 lines (31 loc) · 1.47 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": "Radio",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/input-group\/",
"type": "0f712af8-684e-4996-9920-c8ad60abea0a",
"heading": "radio",
"library": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"guid": "3b703c7e-4fa8-48f0-a06e-799934b5999c",
"contributor_email": "sales@mwweb.host",
"contributor_name": "Steve Voorhees",
"contributor_website": "https:\/\/mostwantedwebhosting.com",
"contributor_company": "Most Wanted Web Services, Inc.",
"snippet": "<div class=\"input-group\">\r\n <span class=\"input-group-addon\">\r\n <input type=\"radio\" aria-label=\"Radio button for following text input\">\r\n <\/span>\r\n <input type=\"text\" class=\"form-control\" aria-label=\"Text input with radio button\">\r\n<\/div>",
"usage": "Place any checkbox or radio option within an input group\u2019s addon instead of text.",
"description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
"@dependencies": [
{
"key": "guid",
"value": "0f712af8-684e-4996-9920-c8ad60abea0a",
"entity": "snippet_type",
"table": "#__componentbuilder_snippet_type",
"direction": "out"
},
{
"key": "guid",
"value": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"entity": "library",
"table": "#__componentbuilder_library",
"direction": "out"
}
]
}