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

1.0.7 • 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-components-test

Weekly Downloads

5

Version

1.0.7

License

MIT

Unpacked Size

409 kB

Total Files

30

Last publish

Collaborators

  • qmaujean