unique_trash_ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

/unique_trash_ui/

    Package Sidebar

    Install

    npm i unique_trash_ui

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Unpacked Size

    323 kB

    Total Files

    18

    Last publish

    Collaborators

    • spoonnotfoundexception