1.0.1 • Published 8 years ago

gaffa-container v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

gaffa-container

Basic container view for Gaffa

This view should not be used directly, but instead should be inherited be other views.

Install:

npm i gaffa-container

Add to gaffa:

gaffa.registerConstructor(require('gaffa-contianer'));

API

Rendering

By default, gaffa-container will render a <div>

You can override .tagName to render other content elements