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.
- 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.
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
To use the ripple effect on a button:
<PButton>Click me</PButton>