The Card component is used to display content in a structured container with distinct styles. Variants like GlowCard and ContactCard provide specialized layouts.
The GlowCard component wraps any content and adds a glowing border effect. It accepts children of type React.ReactNode.
The ContactCard component displays contact information in a neatly styled format.
UI Designer at @ZentoUI
| Component | Prop | Type | Description |
|---|---|---|---|
| GlowCard | children | React.ReactNode | Content to display inside the card. |
| ContactCard | bannerImage | string | URL of the banner image to display at the top of the card. |
| profileImage | string | URL of the profile image to display in the card. | |
| name | string | Name of the contact. | |
| description | string | Short description or role of the contact. | |
| buttonLabel | string | Label text for the action button. |