1.2.7-rc5 • Published 2 years ago

exalate-kit v1.2.7-rc5

Weekly downloads
135
License
Apache-2.0
Repository
-
Last release
2 years ago

Exalate Kit License npm version

Exalate Kit is a library of React components.

WARNING!

The package is not stable yet, new minor and patch versions may change API. Use strict versioning in package.json.

Installation

The most common way to install the package is to use npm:

npm install --save exalate-kit

The other way is to use yarn:

yarn add exalate-kit

You can load Exalate Kit via <script> tag from a CDN. But in this case you also need to load peer dependencies from a CDN:

<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script crossorigin src="https://unpkg.com/exalate-kit/dist/exalate-kit.js"></script>

and then access global variable exalateKit.

Development

First of all, you need to clone this repository locally:

git clone ssh://git@stash.idalko.com:7999/exapub/exalate-kit.git

Start

To open Storybook with a list of all components you need to run:

npm start

or

yarn start

it will automatically open localhost with running Storybook.

Test

To run tests you need to run the command:

npm test

or

yarn test

it will show the result in the console and make coverage folder with the coverage report.

ESlint

If you want to check all linting errors, just run:

npm run pretest

or

yarn pretest

Build

To create a build file you need to run:

npm run build

or

yarn build

it will create exalate-kit.js file in the dist folder.

License

Exalate Kit is Apache 2.0 licensed.

1.2.7-rc4

2 years ago

1.2.7-rc5

2 years ago

1.2.7-rc1

2 years ago

1.2.7-rc2

2 years ago

1.2.7-rc3

2 years ago

1.2.6

2 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.2.0-rc1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.18

3 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6-denys

4 years ago

0.0.6-beta

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago