1.2.0 • Published 10 years ago

gaffa-button v1.2.0

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

gaffa-button

A button view for use in gaffa

Example

testfile

Install:

npm i gaffa-button

Add to gaffa:

var Button = require('gaffa-button');

gaffa.registerConstructor(Button);

API

Properties (instanceof Gaffa.Property)

gaffa-button inherits all properties from the base Gaffa.View

text (get, set) Boolean

Whether or not the element is checked

type (get) String

The elements type attribute

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago