1.0.0 • Published 5 years ago
konstellation-web-components v1.0.0
konstellation-web-components
Components library for Konstellation projects
Install
npm install --save konstellation-web-componentsor
yarn add konstellation-web-componentsUsage
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 installor
npm installAnd then you can deploy the docs by executing this command:
yarn docz devor
npm run docz devLicense
MIT © konstellation-io