1.0.3 • Published 4 months ago

enterprisze-global-components v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

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

  1. 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 the

    • App.css
    • index.css
  2. Import the library's CSS:
    In App.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! 🚀

1.0.3

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago