ani4aniket / react-18-storybook-ts-scss-modules-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node CI GitHub repo size

React Component Library

A collection of different UI components for React projects, written in TypeScript.

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 react-component-lib

Request New Components

This project is in it's early stages of development. I have started with the simpler UI elements and will gradually move towards more complex ones. If you have any ideas, or want some component to be included, please be sure to add it as a new request in the Issues section.

References

  1. How to write stories - Storybook Official Docs

{ "version": "0.0.1 - beta" }

About


Languages

Language:JavaScript 73.8%Language:TypeScript 23.9%Language:SCSS 2.2%