There are two ways to submit your elements to this list. Both require you to have a GitHub repository, so make sure you write a good repository name and description for better discoverability.
Using Bower
-
Make sure your
bower.json
file contains an array of keywords which includesweb-components
.{ "name": "sample", "version": "0.0.0", "description": "Lorem ipsum dolor sit amet", "keywords": [ "web-components" ] }
-
Register your package using CLI.
$ bower register ```
- Wait for it to show up! Shouldn't take longer than an hour.
Using npm
-
Make sure your
package.json
file contains an array of keywords which includesweb-components
.{ "name": "sample", "version": "0.0.0", "description": "Lorem ipsum dolor sit amet", "keywords": [ "web-components" ] }
-
Register your package using CLI.
$ npm publish ```
- Wait for it to show up! Shouldn't take longer than an hour.
Fork this project and include your repository info in the data/repos.json file.