Developed by Marco Duarte and David Artavia, this library leverages React, CSS, and TypeScript to provide a comprehensive set of design components.
Key Features:
-
Reusable Components – Build scalable and maintainable UIs efficiently.
-
Responsive Design – Ensure seamless adaptability across all devices.
-
User-Friendly Interface – Simplify development with intuitive and pre-styled components.
This library empowers developers to create modern, professional, and visually appealing designs with minimal effort.
npm i react-css-library
or
yarn add react-css-library
- You can use them like this: Example:
import { Card } from "react-css-library";
- Clone the repository:
git clone https://github.com/marcoduarte21/react-css-library.git
- Navigate to the project directory:
cd react-css-library
- Install the dependencies:
npm install
1.Make updates and upload to github and npm (publish the project)
npm login # for the first time puslished
npm version patch # upgrade version
npm publish # publish on npm
Check the package.json
file to see if the library was installed successfully.
You have to see:
"dependencies": {
"react-css-library": "^0.1.3",
},