1.0.0 • Published 5 years ago

konstellation-web-components v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

konstellation-web-components

Components library for Konstellation projects

NPM JavaScript Style Guide

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.0.0

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago