|
1 | 1 | [ |
| 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 | + }, |
2 | 23 | { |
3 | 24 | "name": "form-required-checkboxes", |
4 | 25 | "github": "aarongustafson/form-required-checkboxes", |
5 | 26 | "description": "Web component that enables requirement rules for checkbox groups.", |
6 | 27 | "demo_url": "https://aarongustafson.github.io/form-required-checkboxes/demo/", |
7 | 28 | "npm_package": "@aarongustafson/form-required-checkboxes" |
8 | 29 | }, |
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 | | - }, |
16 | 30 | { |
17 | 31 | "name": "form-required-if", |
18 | 32 | "github": "aarongustafson/form-required-if", |
|
21 | 35 | "npm_package": "@aarongustafson/form-required-if" |
22 | 36 | }, |
23 | 37 | { |
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" |
29 | 43 | }, |
30 | 44 | { |
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" |
36 | 57 | }, |
37 | 58 | { |
38 | 59 | "name": "lazy-img", |
|
55 | 76 | "demo_url": "https://aarongustafson.github.io/tabbed-interface/demo/", |
56 | 77 | "npm_package": "@aarongustafson/tabbed-interface" |
57 | 78 | }, |
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 | | - }, |
65 | 79 | { |
66 | 80 | "name": "table-sortable", |
67 | 81 | "github": "aarongustafson/table-sortable", |
|
70 | 84 | "npm_package": "@aarongustafson/table-sortable" |
71 | 85 | }, |
72 | 86 | { |
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" |
78 | 92 | } |
79 | 93 | ] |
0 commit comments