0.2.4 • Published 7 years ago

regular-hotzone v0.2.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

regular-hotzone

version Build Status Github licences

nodei

A HotZone Component based on RegularJS.

DEMO

http://aeodu.com/regular-hotzone

Installation

$ npm install regularjs regular-hotzone

# only if hotzone.config.showCopy === true
$ npm install clipboard

Usage

  • CommonJS
var hotZone = require('regular-hotzone');
  • Global

Include the link and the script in the browser:

<!-- css -->
<link rel="stylesheet" href="//unpkg.com/regular-hotzone/dist/hotzone.min.css">

<!-- RegularJS -->
<script src="https://rawgit.com/regularjs/regular/master/dist/regular.js"></script>
<!-- the hotZone component -->
<script src="//unpkg.com/regular-hotzone/dist/hotzone.min.js"></script>

CDN

unpkg

# css
//unpkg.com/regular-hotzone/dist/hotzone.min.css

# js
//unpkg.com/regular-hotzone/dist/hotzone.min.js

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run startdev

# build for production with minification
npm run build

LICENSE

MIT

0.2.4

7 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago