mubinn
v1.0.0
Published
A package to add a GlassButton component to your project
Downloads
9
Maintainers
Readme
Mubinn GlassButton
This package adds a GlassButton component to your React project.
Installation
Run the following command in your project directory:
This will create a new file at components/glassui/glass-button.tsx
with the GlassButton component.
Prerequisites
Make sure you have the following dependencies installed in your project:
- React
- A Button component at
@/components/ui/button
Usage
After installation, you can import and use the GlassButton component in your React components:
Props
name
(optional): The text to display on the button. Default is "Glass Button".
License
MIT