Beta

Card

A card component

Made by lucas
New-Reels Instagram Creator
Craft YourImaginary Escape
The leading AI art generation and image editing tool with 3.5B+ creations

Installation

Usage

<Card>
  <CardHeader>
    <CardTitle>Card Title</CardTitle>
  </CardHeader>
  <CardContent>
    <p>Card Content</p>
  </CardContent>
  <CardFooter>
    <p>Card Footer</p>
  </CardFooter>
</Card>

Props

PropTypeDefault
className?
string
-
fromBlur?
number
40
fromColor?
string
rgba(255, 255, 255, 0.5)
fromOpacity?
number
40
toBlur?
number
70
toColor?
string
rgba(0, 0, 0, 0)
toOpacity?
number
70

Credits

  • Credits to Blurr for the step bar component.