0.0.17 • Published 1 year ago

@plume-ui-react/lib v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Plume UI React

Welcome to the Plume UI React! This library provides a collection of reusable React components to enhance your web application development experience. You can easily integrate these components into your projects to save time and maintain a consistent user interface.

Installation

To use this library in your React project, follow these steps:

  1. Install the library using npm or yarn:

    npm install @plume-ui-react/lib
    # Or
    yarn add @plume-ui-react/lib
  2. Import the stylesheet into your root component file:

    import '@plume-ui-react/lib/dist/index.css'
  3. Import the components you need in your JavaScript or TypeScript files:

    import { Button, ... } from '@plume-ui-react/lib'
  4. Start using the components in your application:

    <Button label="Click Me!" />
    ...

Contributions

Contributions to this library are welcome! If you have a new component to add or improvements to existing ones, feel free to submit a pull request.

About

This library is maintained by Darío Gonzalez. If you have any questions or need assistance, please reach out to us at darioegb@gmail.com.

Thank you for using the Plume UI React Library. Happy coding!

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago