Hoishin / nodecg-replicant

A declarative implementation of NodeCG Replicants for use in Polymer 2. Works with NodeCG v0.9.x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<nodecg-replicant> Published on webcomponents.org Build Status Coverage Status Polymer 2 only

A declarative implementation of NodeCG Replicants for use in Polymer 2. Works with NodeCG v0.9.x.

Motivation

Polymer's main strength comes from its declarative syntax. This small helper element allows you to use Replicants in a declarative manner.

Installation

From your bundle's root directory:

bower install --save NodeCGElements/nodecg-replicant

Usage

<nodecg-replicant replicant-name="my-replicant" value="{{myReplicantValue}}"></nodecg-replicant>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

nodecg-replicant is provided under the MIT license, which is available to read in the LICENSE file.

About

A declarative implementation of NodeCG Replicants for use in Polymer 2. Works with NodeCG v0.9.x.

License:MIT License


Languages

Language:HTML 58.4%Language:JavaScript 41.6%