Awesome
helper-uigradient
Template helper that generates the CSS for any of the gradients from Ghosh/uiGradients
Install
Install with npm:
$ npm install --save helper-uigradient
Usage
Example for handlebars, but this should work for any template engine that takes helpers or filters.
var handlebars = require('handlebars');
handlebars.registerHelper('gradient', require('helper-uigradient'));
Then use in your templates like this:
<style>
.page-header {
{{gradient "Man of steel"}}
}
</style>
About
Related projects
- handlebars-helpers: More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate… more | homepage
- helper-date: Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and… more | homepage
- helper-html-table: Create an HTML table from JSON configuration. | homepage
- helper-octicon: Template helper for displaying octicon SVGs. Should work with any Handlebars, Lo-Dash, underscore or any… more | homepage
- template-helpers: Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or… more | homepage
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please read the contributing guide for advice on opening issues, pull requests, and coding standards.
Building docs
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Running tests
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
Author
Jon Schlinkert
License
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on June 10, 2017.