@edancerys/ts-react-components-lib
TypeScript icon, indicating that this package has built-in type declarations

0.5.62 • Public • Published

TypeScript React Component Library

semantic-release npm

This library is published on npm and demonstrates how to write your own React components in TypeScript and publish them as npm package.

Features

🤖 Dev Commands

  • yarn install to install the necessary dependencies
  • yarn start to start developing your components
  • yarn test to test your components
  • yarn lint to lint your code
  • yarn lint --fix to fix linting issues in your code
  • yarn prepare to create the production bundle
  • yarn storybook to start storybook in development mode (starts as a new process)
  • yarn build-storybook to create production version of storybook for the project. This can be deployment to platforms such as Vercel, Gatsby, Surge, or Firebase hosting
  • yarn size tells you size of your library for the production bundle

🚀 Publishing the project to NPM

  • npm version patch bump up package version
  • npm publish to publish to npm as private package

📦 Full Component list & functionality TBC...

  • Button
  • String
  • Card
  • Form
    • Text input
    • Custom checkbox input
    • Custom file upload input
    • Custom select input
  • Accordion
  • Carousel
  • Header component
  • Modal component

Package Sidebar

Install

npm i @edancerys/ts-react-components-lib

Weekly Downloads

0

Version

0.5.62

License

MIT

Unpacked Size

2.11 MB

Total Files

46

Last publish

Collaborators

  • edancerys