react-css-library
v0.1.19
Published
## Library Overview Developed by Marco Duarte and David Artavia, this library leverages React, CSS, and TypeScript to provide a comprehensive set of design components.
Downloads
22
Readme
React UI Library
Library Overview
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.
Instalation on others projects
npm i react-css-libraryor
yarn add react-css-libraryImports
- You can use them like this: Example:
import { Card } from "react-css-library";Install packages (if use clone github)
- 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
Development
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 npmNote:
Check the package.json file to see if the library was installed successfully.
You have to see:
"dependencies": {
"react-css-library": "^0.1.3",
},