We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unsure if this is a bug, if not, please close this issue.
When using the <Card> component like so:
<Card>
<Card onClick={onClick} size="large"> <CardHeader> ... </CardHeader> <CardBody> .... </CardBody> </Card>
The style applied is empty:
The same is valid for sizes small and medium.
small
medium
I would expect to have standardized sizes for different <Card> variants.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am unsure if this is a bug, if not, please close this issue.
When using the
<Card>
component like so:The style applied is empty:
The same is valid for sizes
small
andmedium
.I would expect to have standardized sizes for different
<Card>
variants.The text was updated successfully, but these errors were encountered: