hypernova-handlebars-directive

1.0.0 • Public • Published

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" }}

Package Sidebar

Install

npm i hypernova-handlebars-directive

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.41 kB

Total Files

6

Last publish

Collaborators

  • marconi1992