A <paper-input> element that has two-way binding with a Replicant, for use in Polymer 2. Works with NodeCG v0.9.x.
This element allows you to easily make a Replicant directly editable in your UI, rather than needing to manually connect a Replicant to an input element yourself.
From your bundle's root directory:
bower install --save NodeCGElements/nodecg-replicant-input
<nodecg-replicant-input replicant-name="my-replicant"></nodecg-replicant-input>
- 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-input is provided under the MIT license, which is available to read in the LICENSE file.