0.1.27 • Published 6 years ago

hig-vanilla v0.1.27

Weekly downloads
85
License
Apache-2.0
Repository
github
Last release
6 years ago

hig-vanilla

The HIG Web implementation consists of html, css and js. You can opt to only consume the html and css part and write the wrapper against the interface.json yourself (hard) or opt to use our js wrapper directly (easy).

Install

We use Yarn for development.

yarn
yarn lib # compiles library into lib/

Consuming Basic Example: Button

var Button = new Hig.Button({
    "title": "just a button",
    "link": "http://autodesk.com"
});

Button.mount("body");

Button.onClick(function(e){
    e.preventDefault();
    console.log("Button CLICK")
});

more advanced button examples can be found in the components tests dir

Contribute

Please see DEVELOPING.md and CONTRIBUTING.md.

0.1.27

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.7

6 years ago

0.1.6

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

1.0.0

7 years ago