1.0.0 • Published 7 months ago

kapsiki-design-react v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Kapsiki Design React

Kapsiki Design 1 components built with React.

GitHub Actions CI status Travis CI Build status npm Codecov Discord Netlify

Kapsiki Design compatibility

Kapsiki Design React is compatible with various versions of Kapsiki Design. As such, you need to ensure you are using the correct combination of versions.

See the below table on which version of Kapsiki Design React you should be using in your project.

Kapsiki Design VersionKapsiki Design React VersionDocumentation
v5.x2.xLink
v4.x1.xLink
v3.x0.33.x (not maintained)Link

Migrating from previous versions

Kapsiki Design 4 to Kapsiki Design 5

If you would like to update Kapsiki Design React within an existing project to use Kapsiki Design 5, please read our docs for migrating to Kapsiki Design React V2.

Kapsiki Design 3 to Kapsiki Design 4

If you would like to update Kapsiki Design React within an existing project to use Kapsiki Design 4, please read our docs for migrating to Kapsiki Design React V1.

Related modules

Local setup

Yarn is our package manager of choice here. Check out setup instructions here if you don't have it installed already. After that you can run yarn run kapsiki-design to install all the needed dependencies.

From there you can:

  • Run the tests once with yarn test (Or run them in watch mode with yarn run tdd).
  • Start a local copy of the docs site with yarn start
  • Or build a local copy of the library with yarn run build