3D Neon Gradient Animated Button
Special 3D On Hovering and Click Effects.
General Use
- Call-to-Action (CTA)
- Navigation
- Interactive Features
- Promotional Areas
- Forms and Submissions
- Onboarding and Tutorials
Dependencies Installation
Code
copy the source code in components/ui/Neon-3D-Animated-button.tsx
You can use the above Button in your code files as
Props Input Table
The Neon_3D_Animated_button
component accepts the following props:
Prop | Type | Default |
---|---|---|
text | string | "" |
Action | void | console.log("Button Clicked); |
text prop is must for this Component
Prop Descriptions
- Prop: The name of the property.
- Type: The type of the property (e.g.,
string
). - Default: The default value of the property if none is provided.
By referring to this table, you can easily see what properties are configurable for the Neon_3D_Animated_button
component and their default settings. Adjust the text
prop to customize the Button in your application.