react-css-library
TypeScript icon, indicating that this package has built-in type declarations

0.1.19 • Public • Published

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-library

or

yarn add react-css-library

Imports

  1. You can use them like this: Example:
import { Card } from "react-css-library";

Install packages (if use clone github)

  1. Clone the repository:
    git clone https://github.com/marcoduarte21/react-css-library.git
  2. Navigate to the project directory:
    cd react-css-library
  3. 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 npm

Note:

Check the package.json file to see if the library was installed successfully.

You have to see:

 "dependencies": {
    "react-css-library": "^0.1.3",
  },

/react-css-library/

    Package Sidebar

    Install

    npm i react-css-library

    Weekly Downloads

    7

    Version

    0.1.19

    License

    MIT

    Unpacked Size

    68.6 kB

    Total Files

    24

    Last publish

    Collaborators

    • marcoduarte21
    • davidartavia