hbs-form-helpers

0.0.6 • Public • Published

Form input helpers for express-hbs

Install

npm install hbs-form-helpers

Setup

hbs = require 'express-hbs'
FormHelpers = require 'hbs-form-helpers'
FormHelpers.registerHelpers(hbs)

Use in your views

{{{emailInput 'email' placeholder='Enter your email' required=true}}}

Readme

Keywords

none

Package Sidebar

Install

npm i hbs-form-helpers

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • williamcoates