10.1.4 • Published 4 months ago

gadget-ui v10.1.4

Weekly downloads
11
License
Mozilla Public Li...
Repository
github
Last release
4 months ago

gadget-ui

JavaScript UI and data binding library

Gadget-ui is a UI component library that has a built-in model and data-binding mechanism for some of its components.

Current Release

v 10.1.4

Installation

npm install gadget-ui

Including the library

The library can be included in traditional JavaScript form using a standard script tag:

<script src="/node_modules/gadget-ui/dist/gadget-ui.js"></script>

The library can also be included using module imports, which allows you to only import the components needed for a particular page:

import {lightbox, constructor} from "/node_modules/gadget-ui/dist/gadget-ui.es.js"

Instantiating Components

Use the constructor component to create new instances of a gadget-ui component, as so:

// traditional include
const lightbox = gadgetui.objects.Constructor( gadgetui.display.Lightbox, [ document.getElementById("lightbox"),
  {images: imageArray, time: 3000, enableModal:false }], true );

// module import
const lightbox = constructor( lightbox, [ document.getElementById("lightbox"),
  {images: imageArray, time: 3000, enableModal:false }], true );

Dependencies

Gadget-ui has an optional dependency on velocity-animate to animate transitions in the library. Transitions will be ignored if the library is not installed. All other dependencies are solely for development purposes of the library.

License

gadget-ui is released under the Mozilla Public License 2.0.

10.1.4

4 months ago

10.1.1

4 months ago

10.1.2

4 months ago

10.1.3

4 months ago

10.1.0

4 months ago

10.0.1

7 months ago

10.0.2

7 months ago

10.0.0-release

7 months ago

10.0.0-beta

8 months ago

9.7.0

8 months ago

9.6.2

9 months ago

9.0.8

10 months ago

9.6.1

9 months ago

9.0.7

10 months ago

9.6.0

9 months ago

9.5.0

9 months ago

9.4.0

10 months ago

9.3.0

10 months ago

9.0.10

10 months ago

9.1.0

10 months ago

9.0.6

10 months ago

9.0.5

10 months ago

9.0.4

10 months ago

9.0.2

10 months ago

9.0.1

10 months ago

9.0.0

10 months ago

8.1.0

2 years ago

8.3.0

2 years ago

8.0.1

5 years ago

7.1.1

5 years ago

7.1.0

5 years ago

7.0.2

5 years ago

7.0.0

5 years ago

7.0.1

5 years ago

6.8.3

5 years ago

6.8.2

5 years ago

6.8.1

5 years ago

6.8.0

5 years ago

6.7.0

5 years ago

6.6.1

5 years ago

6.5.1

6 years ago

6.5.0

6 years ago

6.4.0

6 years ago

6.3.0

6 years ago

6.2.0

6 years ago

6.1.0

6 years ago

6.0.1

7 years ago

6.0.0

7 years ago

5.3.2

7 years ago

5.3.1

7 years ago

5.3.0

7 years ago

5.2.1

7 years ago