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.
npm install unique_trash_uish
git clone https://github.com/Riteshp2001/UniqueTrashUi.git
`
2. Navigate to the project directory:
`sh
cd UniqueTrashUi
`
3. Install the dependencies:
`sh
npm install
`
4. Start the development server to see Demo of the library in action:
`sh
npm run dev
`
$3
To use a component from this library, import it in your file:
`javascript
import { ButtonV1, RangeV1 } from "unique_trash_ui";
`
Then, you can use it in your React component:
`jsx
function App() {
return (
);
}
export default App;
`
$3
To start the development server:
`sh
npm run dev
``