rating-control-component
v1.0.5
Published
rating control component
Downloads
3
Maintainers
Readme
rating-control-component
A simple rating-control component
Built with fastn.js
Usage
Example
Settings
Refer to rating-control, for rating-control settings.
Fastn component
Use as a fastn component:
var fastn = require('fastn')({
... other components...
ratingControl: require('rating-control-component/ratingControlComponent')
});
var ratingControl = fastn('ratingControl', { settings: ... });
ratingControl will attempt to use the _generic
component provided by fastn.