0.2.15 • Published 4 years ago

@sanalabs/react-components v0.2.15

Weekly downloads
23
License
-
Repository
-
Last release
4 years ago

Sana React Components

Reusable react components. For use by Sana branded sites and Sana powered educational products.

Install

npm install --save @sanalabs/react-components

Usage

See available components at ui.sanalabs.com.

Develop

The code to be exported is in src/.

During development you can run the example page with npm run dev, this code is in pages/index.js.

Deploy

GitLab CI will automatically test and publish the package. See .gitlab-ci.yml.

  • Automatically build and publish npm package.
  • Automatically build and deploy ui.sanalabs.com.

Publish new version

Make version commit:

npm version 1.2.3

Bundle version with code commit:

npm version --no-git-tag-version 1.2.3
git add .. && git commit ..
git tag -a v1.2.3 -m 1.2.3

Push tags: git push --tags

0.2.15

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.6

4 years ago

0.2.9

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago