0.0.2 • Published 2 years ago

ghatak v0.0.2

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

React Component Library

A collection of different UI components for React projects.

Stack:

react-3 typescript-3 rollup-dot-js22632046

  1. React
  2. TypeScript
  3. Storybook - for testing component in isolation
  4. Rollup (for bundling)
  5. npm (for local testing and later for publishing)

Installation

  1. For now, you can download a zip file of this project, open it up and run npm i to install all the dependencies.
  2. Once done, run npm link to create a global link for this project on your local system.
  3. From any project that you want to use this library in, run npm link kk-react-components

References

  1. How to write stories - Build Your React Component Library with TypeScript and Rollup

{ "version": "0.0.2 - alpha" }