1.0.3 • Published 4 months ago
enterprisze-global-components v1.0.3
EnterpriSZe Global Components Lib
A reusable component library designed for microservice-based enterprise applications using React, TypeScript, Tailwind, and Vite.
Installation
To get started, you can install the library using npm:
npm i enterprisze-global-components
Setup Instructions
Clear existing CSS files:
Comment out or delete the contents of the following files to prevent conflicts and unecessary style that may override the styles from theApp.css
index.css
Import the library's CSS:
InApp.tsx
, add the following import statement to bring in the library's styles:import "enterprisze-global-components/dist/index.css";
You're now ready to start using the global components provided by the library!
Happy coding! 🚀