s-private API Documentation - v3.8.1
    Preparing search index...
    • A container component for grouping related content.

      Parameters

      • props: CardProps

        Standard div attributes

      Returns Element

      A styled card container

      Card provides a visual container with rounded corners, border, and shadow. Use with CardHeader, CardTitle, CardDescription, CardContent, and CardFooter for semantic structure.

      <Card>
      <CardHeader>
      <CardTitle>Title</CardTitle>
      <CardDescription>Description text</CardDescription>
      </CardHeader>
      <CardContent>
      <p>Card content goes here</p>
      </CardContent>
      <CardFooter>
      <Button>Action</Button>
      </CardFooter>
      </Card>
    Index

    Properties

    Properties

    displayName: string