Docs
Expandable Card
Expandable Card
A versatile and engaging UI component that allows users to explore content in a more immersive way.
Loading...
Installation
Props
Prop | Type | Description | Default |
---|---|---|---|
title | string | The title of the card, displayed prominently at the top of the card. | - |
src | string | The source URL for the image displayed in the card. | - |
description | string | A brief description displayed below the title in the card. | - |
children | React.ReactNode | The content inside the expandable section of the card, shown when expanded. | - |
className | string | Optional custom class names for styling the card. | - |