hypernova-handlebars-directive
v1.0.0
Published
Hypernova directive for handlebars
Downloads
1
Maintainers
Readme
Hypernova Handlebars Directive
Hypernova Directive for Handlebars
This directive enables you render a Hypernova placeholder for Nova Proxy using Handlerbars Partials
Installation
You can install the package from npm.
npm i --save hypernova-handlebars-directive
Setup
You need to register the partial first using the helper function provided.
const hbs = require('hbs');
const directive = require('hypernova-handlebars-directive');
directive(hbs)
Usage
You need to provide a name
attribute in the expression at least.Also you can provide the data passing a variable on the data
attribute or using a attribute with the follow convention data-<key>
to set a individual value.
{{>nova name="Navbar" data=data data-brand="Ara Framework" }}