Skip to content

Cards have no standardized size #46

@kyrers

Description

@kyrers

I am unsure if this is a bug, if not, please close this issue.

When using the <Card> component like so:

 <Card onClick={onClick} size="large">
   <CardHeader>
   ...
   </CardHeader>
   <CardBody>
   ....
   </CardBody>
 </Card>

The style applied is empty:

image

The same is valid for sizes small and medium.

I would expect to have standardized sizes for different <Card> variants.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions