Konstellation Web Components
Edit page
ReadmeInstallUsageDocz local deploymentLicense
Design
Layout
Components
Forms
Hooks

kwc

Components library for Konstellation projects

NPM JavaScript Style Guide

Install

npm install --save kwc

or

yarn add kwc

Usage

Add styles at the index of your website

import 'kwc/dist/index.css';

You can now import the components directly from the library

import React from 'react'
import { Button } from 'kwc'
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