A declarative implementation of NodeCG Replicants for use in Polymer 2. Works with NodeCG v0.9.x.
Polymer's main strength comes from its declarative syntax. This small helper element allows you to use Replicants in a declarative manner.
From your bundle's root directory:
bower install --save NodeCGElements/nodecg-replicant
<nodecg-replicant replicant-name="my-replicant" value="{{myReplicantValue}}"></nodecg-replicant>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
nodecg-replicant is provided under the MIT license, which is available to read in the LICENSE file.