param-ui
v0.0.3
Published
My new Nuxt module
Downloads
5
Readme
Param-UI
Nuxt/UI Project
Welcome to the Param-UI project! This project is built using Nuxt.js and aims to provide a sleek and modern UI with some cool features.
Features
- Ripple Effect on Button: Adds a visually appealing ripple effect when buttons are clicked.
- Floating Label on Input: Enhances input fields with floating labels for better UX.
- OTP Input: A user-friendly OTP input component.
Installation
To get started with this project, follow these steps:
Clone the repository:
git clone https://github.com/dev-param/param-ui.git cd param-ui
Install dependencies:
npm install
Run the development server:
npm run dev
Usage
Ripple Effect on Button
To use the ripple effect on a button:
<PButton>Click me</PButton>