npm install engine-piklorEngine Piklor
=============
Piklor.js version for Engine.
``js`
{
"selector": ".some-class"
, "colors": ["red", "yellow", "blue"]
, "options": {
// object passed to the piklor.js constructor
}
}
- :arrow_up: colorChosen After the user selects the color, this event iscolor
emited containing the field in the data object.
: The event object.
- Object data: An object containing: - col (String): The color to set.
- p (Boolean): If false, the color change will not be triggered.How to contribute
1. File an issue in the repository, using the bug tracker, describing the
contribution you'd like to make. This will help us to get you started on the
right foot.
2. Fork the project in your account and create a new branch:
your-great-feature`.