0.1.19 • Published 6 years ago

wow-toolkit v0.1.19

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Synopsis

WakeOnWeb-Toolkit is a collection of React elements developed by WakeOnWeb, for use in WakeOnWeb projects.

Elements

The Toolkit is an ever-growing collection of useful elements.

GenericForm

A component to handle dynamic form properties. It contains, and exposes, many different input types.

GenericTable

A component to render tabular data, with optional pagination (see below).

Pagination

A component that offers configurable pagination.

Installation

To install the Toolkit, you need to have access to the WakeOnWeb private repository. Once logged in, just do:

  • using npm
npm install -S wakeonweb-toolkit
  • using yarn
yarn add wakeonweb-toolkit

Usage

Once installed, just import the components in your code:

  • using require in ES5:
var toolkit = require('wakeonweb-toolkit');
var GenericForm = toolkit.GenericForm;
var GenericTable = toolkit.GenericTable;
  • using import in ES6:
import { GenericForm, GenericTable } from 'wakeonweb-toolkit';

Compatibility

A polyfill is needed to support CustomEvent in IE 9/10/11 For exemple: https://github.com/krambuhl/custom-event-polyfill

API Reference (WIP)

Please check the source code, and types, to know more about the API.

Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.

License

MIT.

0.1.19-test3

6 years ago

0.1.19-test2

6 years ago

0.1.19-test1

6 years ago

0.1.19

6 years ago

0.1.18-test30

6 years ago

0.1.18-evol3

6 years ago

0.1.18-test29

6 years ago

0.1.18-debug0

7 years ago

0.1.18-test28

7 years ago

0.1.18-test27

7 years ago

0.1.18-test26

7 years ago

0.1.18-test25

7 years ago

0.1.18-test24

7 years ago

0.1.18-test23

7 years ago

0.1.18-fix3

7 years ago

0.1.18-fix2

7 years ago

0.1.18-fix1

7 years ago

0.1.18-test22

7 years ago

0.1.18-test21

7 years ago

0.1.18-test20

7 years ago

0.1.18-test19

7 years ago

0.1.18-test18

7 years ago

0.1.18-test17

7 years ago

0.1.18-test16

7 years ago

0.1.18-test15

7 years ago

0.1.18-test14

7 years ago

0.1.18-test13

7 years ago

0.1.18-test12

7 years ago

0.1.18-test11

7 years ago

0.1.18-test10

7 years ago

0.1.18-test9

7 years ago

0.1.18-test8

7 years ago

0.1.18-test7

7 years ago

0.1.18-fix0

7 years ago

0.1.18

7 years ago

0.1.18-test6

7 years ago

0.1.18-test5

7 years ago

0.1.18-test4

7 years ago

0.1.18-evol2

7 years ago

0.1.18-evol1

7 years ago

0.1.18-test3

7 years ago

0.1.18-test2

7 years ago

0.1.18-test1

7 years ago

0.1.18-update8

7 years ago

0.1.18-update7

7 years ago

0.1.18-update6

7 years ago

0.1.18-update5

7 years ago

0.1.18-update4

7 years ago

0.1.18-update3

7 years ago

0.1.18-update2

7 years ago

0.1.18-update1

7 years ago

0.1.18-rc3

7 years ago

0.1.18-rc2

7 years ago

0.1.18-rc1

7 years ago