0.0.2 • Published 3 months ago

unique_trash_ui v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

UniqueTrashUi

Choose your options with a grin! Our library introduces a collection of wacky selectors that add a dash of humor to user interactions. Embrace the chaos and let your users smile their way through forms.

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:
git clone https://github.com/Riteshp2001/UniqueTrashUi.git
  1. Navigate to the project directory:
cd UniqueTrashUi
  1. Install the dependencies:
npm install
  1. Start the development server to see Demo of the library in action:
npm run dev

Usage

To use a component from this library, import it in your file:

import { ButtonV1, RangeV1 } from "unique_trash_ui";

Then, you can use it in your React component:

function App() {
	return (
		<div className="App">
			<ButtonV1 />
			<RangeV1 />
		</div>
	);
}

export default App;

Development

To start the development server:

npm run dev

Contributing

We are open to contributions. Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to me.

License

This project is licensed under the GNU License - see the LICENSE file for details.