You can also add content inside the card
EldoraUI
This is the best library for creating dynamic cards
If leave the card empty, it will still look good
Is Just crazy
How fast is it now to create cards
Amazing
I just have to copy paste the code and it instantly works
Unbelievable
I can't believe how easy it is to use
Installation
Copy and paste the following code into your project.
components/eldoraui/animatedcard.tsx
Copy and paste the following code into your project.
components/eldoraui/hooks/usemouse.tsx
Update the import paths to match your project setup.
Props
MainMenusGradientCard
Component Props
Prop Name | Type | Default | Description |
---|---|---|---|
title | string | - | The title to display in the card. |
description | string | - | The description text to display in the card. |
withArrow | boolean | false | A boolean that determines if an arrow icon will be displayed in the top right corner of the card. |
circleSize | number | 400 | The size of the circle used in the background gradient effect (measured in pixels). |
children | ReactNode | undefined | Any child elements to render inside the card (optional). |
className | string | undefined | An optional custom className for further styling of the child container. |