1.16.2 • Published 2 years ago

kwc v1.16.2

Weekly downloads
83
License
MIT
Repository
github
Last release
2 years ago

konstellation-web-components

Components library for Konstellation projects

Docs Publish

NPM JavaScript Style Guide License

Install

npm install --save konstellation-web-components

or

yarn add konstellation-web-components

Usage

Add styles at the index of your website

import 'konstellation-web-components/dist/index.css';

You can now import the components directly from the library

import React from 'react'

import Button from 'konstellation-web-components'

function Example() {
  render() {
    return <Button />
  }
}

Docz local deployment

In case you want to deploy the documentation site for this project you first need to install the dependencies:

yarn install

or

npm install

And then you can deploy the docs by executing this command:

yarn docz dev

or

npm run docz dev

License

MIT © konstellation-io

1.16.2

2 years ago

1.16.1

2 years ago

1.16.0

2 years ago

1.15.1

3 years ago

1.15.0

3 years ago

1.14.1

3 years ago

1.12.3

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.14.2

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago