Skip to content

Commit 90639c1

Browse files
Adding new web components
1 parent 8f639a4 commit 90639c1

File tree

1 file changed

+43
-29
lines changed

1 file changed

+43
-29
lines changed

src/_data/web_components.json

Lines changed: 43 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
[
2+
{
3+
"name": "dynamic-datalist",
4+
"github": "aarongustafson/dynamic-datalist",
5+
"description": "Web component that enables you to dynamically update a field's `datalist` with values retrieved from a URL as the user types.",
6+
"demo_url": "https://aarongustafson.github.io/dynamic-datalist/demo/",
7+
"npm_package": "@aarongustafson/dynamic-datalist"
8+
},
9+
{
10+
"name": "form-obfuscator",
11+
"github": "aarongustafson/form-obfuscator",
12+
"description": "Web component that obfuscates fields when they don't have focus",
13+
"demo_url": "https://aarongustafson.github.io/form-obfuscator/demo/",
14+
"npm_package": "@aarongustafson/form-obfuscator"
15+
},
16+
{
17+
"name": "form-repeatable",
18+
"github": "aarongustafson/form-repeatable",
19+
"description": "A web component that enables you to control the duplication of fields.",
20+
"demo_url": "https://aarongustafson.github.io/form-repeatable/demo/",
21+
"npm_package": "@aarongustafson/form-repeatable"
22+
},
223
{
324
"name": "form-required-checkboxes",
425
"github": "aarongustafson/form-required-checkboxes",
526
"description": "Web component that enables requirement rules for checkbox groups.",
627
"demo_url": "https://aarongustafson.github.io/form-required-checkboxes/demo/",
728
"npm_package": "@aarongustafson/form-required-checkboxes"
829
},
9-
{
10-
"name": "form-show-if",
11-
"github": "aarongustafson/form-show-if",
12-
"description": "Web component that enables you to make one HTML form field show (or not) based on the value(s) of another field.",
13-
"demo_url": "https://aarongustafson.github.io/form-show-if/demo/",
14-
"npm_package": "@aarongustafson/form-show-if"
15-
},
1630
{
1731
"name": "form-required-if",
1832
"github": "aarongustafson/form-required-if",
@@ -21,18 +35,25 @@
2135
"npm_package": "@aarongustafson/form-required-if"
2236
},
2337
{
24-
"name": "form-obfuscator",
25-
"github": "aarongustafson/form-obfuscator",
26-
"description": "Web component that obfuscates fields when they don't have focus",
27-
"demo_url": "https://aarongustafson.github.io/form-obfuscator/demo/",
28-
"npm_package": "@aarongustafson/form-obfuscator"
38+
"name": "form-show-if",
39+
"github": "aarongustafson/form-show-if",
40+
"description": "Web component that enables you to make one HTML form field show (or not) based on the value(s) of another field.",
41+
"demo_url": "https://aarongustafson.github.io/form-show-if/demo/",
42+
"npm_package": "@aarongustafson/form-show-if"
2943
},
3044
{
31-
"name": "dynamic-datalist",
32-
"github": "aarongustafson/dynamic-datalist",
33-
"description": "Web component that enables you to dynamically update a field's `datalist` with values retrieved from a URL as the user types.",
34-
"demo_url": "https://aarongustafson.github.io/dynamic-datalist/demo/",
35-
"npm_package": "@aarongustafson/dynamic-datalist"
45+
"name": "form-validation-list",
46+
"github": "aarongustafson/form-validation-list",
47+
"description": "A web component comprising a list of validation rules for a field.",
48+
"demo_url": "https://aarongustafson.github.io/form-validation-list/demo/",
49+
"npm_package": "@aarongustafson/form-validation-list"
50+
},
51+
{
52+
"name": "fullscreen-control",
53+
"github": "aarongustafson/fullscreen-control",
54+
"description": "A web component to add progressively enhance any video or iframe element to have fullscreen capabilities.",
55+
"demo_url": "https://aarongustafson.github.io/fullscreen-control/demo/",
56+
"npm_package": "@aarongustafson/fullscreen-control"
3657
},
3758
{
3859
"name": "lazy-img",
@@ -55,13 +76,6 @@
5576
"demo_url": "https://aarongustafson.github.io/tabbed-interface/demo/",
5677
"npm_package": "@aarongustafson/tabbed-interface"
5778
},
58-
{
59-
"name": "form-repeatable",
60-
"github": "aarongustafson/form-repeatable",
61-
"description": "A web component that enables you to control the duplication of fields.",
62-
"demo_url": "https://aarongustafson.github.io/form-repeatable/demo/",
63-
"npm_package": "@aarongustafson/form-repeatable"
64-
},
6579
{
6680
"name": "table-sortable",
6781
"github": "aarongustafson/table-sortable",
@@ -70,10 +84,10 @@
7084
"npm_package": "@aarongustafson/table-sortable"
7185
},
7286
{
73-
"name": "form-validation-list",
74-
"github": "aarongustafson/form-validation-list",
75-
"description": "A web component comprising a list of validation rules for a field.",
76-
"demo_url": "https://aarongustafson.github.io/form-validation-list/demo/",
77-
"npm_package": "@aarongustafson/form-validation-list"
87+
"name": "table-modifiable",
88+
"github": "aarongustafson/table-modifiable",
89+
"description": "A web component that enables users to hide & show columns on an HTML table.",
90+
"demo_url": "https://aarongustafson.github.io/table-modifiable/demo/",
91+
"npm_package": "@aarongustafson/table-modifiable"
7892
}
7993
]

0 commit comments

Comments
 (0)