We do our best to accept all PRs that help advance the project.
Thanks for your contributions!
- Create a folder with the name of the component, example
list
orchart-bar
- Create a file named
component.json
inside the folder containing:
{
"name":"chart-bar",
"author": "fabiorogeriosj",
"dependencies": [
"base"
]
}
- Test and document your component in an HTML file inside your component's folder
- Open a Pull Request against the
master
branch - Wait for review and discussion. Do poke us if a few days elapse to remind us.
- Your code will be merged if accepted!