@plume-ui-react/lib
v0.0.17
Published
A lightweight TypeScript React UI component library
Downloads
8
Maintainers
Readme
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:
Install the library using npm or yarn:
npm install @plume-ui-react/lib # Or yarn add @plume-ui-react/lib
Import the stylesheet into your root component file:
import '@plume-ui-react/lib/dist/index.css'
Import the components you need in your JavaScript or TypeScript files:
import { Button, ... } from '@plume-ui-react/lib'
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 [email protected].
Thank you for using the Plume UI React Library. Happy coding!