Skip to content

Amaze UI widget Handlebars partials and helpers.

Notifications You must be signed in to change notification settings

sunbrighter/hbs-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaze UI Widget hbs helper

Amaze UI widget Handlebars partials and helpers.

Usage

Install hbs and amui-hbs-helper.

npm install hbs amui-hbs-helper --save

Config App

var hbs = require('hbs');
var amuiHelper = require('amui-hbs-helper')(hbs);

// view engine setup
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'hbs');

Use Amaze UI Partial

Now you can use Amaze UI Widget in your template:

{{>slider data}}

You can run the example in ./example folder.

cd example
npm install
npm start

Open your browser and visit http:https://localhost:3008/

About

Amaze UI widget Handlebars partials and helpers.

Resources

Stars

Watchers

Forks

Packages

No packages published