Components
Hooks
Utils
Reuse Component Library Documentation
Welcome to the documentation for the Reuse Component Library! Reuse is a collection of reusable React components designed to enhance your web development experience. Each component in the library is published individually, allowing you to pick and choose the ones you need for your projects.
Get Started
To start using the Reuse Component Library, you can simply install the desired components from npm. Each component has its own npm package with the naming convention @locoworks/reusejs-react-<component-name>. You can install them using npm or yarn:
npm install @locoworks/reusejs-react-<component-name>
or
yarn add @locoworks/reusejs-react-<component-name>
Once installed, you can import and use the components in your React application.
Available Components
The Reuse Component Library offers a wide range of components to cater to various UI needs. Some of the key components available in the library are:
- Button
- Input
- Input-Group
- OTP-Input
- Select-Dropdown
Documentation and Examples
In the documentation, you will find detailed information about each component, including usage examples, props, and customization options. We strive to provide clear and concise documentation to make it easier for you to integrate Reuse components into your projects.
Additionally, you can explore the examples section to see live demos of the components in action. These examples will help you understand how to utilize the components effectively and demonstrate their versatility.
Contributing
Reuse is an open-source project, and we welcome contributions from the community. If you encounter any issues, have suggestions for improvements, or want to contribute code, please visit our GitHub repository. We appreciate your support in making Reuse even better.
Support
If you need any assistance or have any questions related to the Reuse Component Library, you can reach out to our support team or join our community forum. We are here to help and ensure a smooth experience for you.
Thank you for choosing the Reuse Component Library! We hope it simplifies your development process and helps you build amazing applications. Happy coding!