@klox/klox-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @klox/klox-components

Weekly Downloads

0

Version

1.0.10

License

MIT

Unpacked Size

163 kB

Total Files

35

Last publish

Collaborators

  • julienklox
  • papinel
  • qmaujean