🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

helper-uigradient

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helper-uigradient

Template helper that generates the CSS for any of the gradients from Ghosh/uiGradients

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

helper-uigradient NPM version NPM monthly downloads NPM total downloads Linux Build Status

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

  • 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.

Keywords

compile

FAQs

Package last updated on 10 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts