1.0.0 • Published 3 years ago

klox-components v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

klox-components

This is an internal library of react component.

NPM JavaScript Style Guide

Install

npm install --save klox-components

Commands

  • Run in local on port 6006
    npm run storybook
  • Build package
    npm run build
  • Build storybook
    npm run build-storybook

Publish

If you are not logged in npm, run npm login and log in with the klox-team credentials. In order to publish an updated version of klox-components package, run npm run build.
After the build is complete, add a new version number in package.json then run npm publish.

Usage

import React, { Component } from "react";

import MyComponent from "klox-components";

class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © Klox-team