Card Title
Card Subtitle
The cards text is included here. This can help to create a large part of the cards content.
Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
For displaying information.
Card components must have a Card
element to display styling and CardBody
for spacing to display correctly. The rest of the components can be mixed and matched.
The cards text is included here. This can help to create a large part of the cards content.
Use this to space content evenly inside a Card
.
Use these to add titles to your Card
components.
The cards text is included here. This can help to create a large part of the cards content.
Final use case aligns any image into the card. The CardImg
component needs to be placed within a Card
component.
The cards text is included here. This can help to create a large part of the cards content.
import { Card, CardBody } from "ui-neu"
Props for each of the components are included below. This is still under development and changes are anticipated to occur in upcoming releases.
Name | Description | Default |
---|---|---|
children | Card will take a child prop but should only be passed sub components string | - |
Name | Description | Default |
---|---|---|
children | Pass children to input text into the CardHeader. string | - |
Name | Description | Default |
---|---|---|
children | Pass children pass text into the Card content. string | - |
Name | Description | Default |
---|---|---|
children | Pass children to include text. string | - |
Name | Description | Default |
---|---|---|
children | Pass children to include text. string | - |
Name | Description | Default |
---|---|---|
children | Pass children to include text. string | - |
Name | Description | Default |
---|---|---|
alt | Enter alt text for accessibility string | - |
src | Enter an image source for the card string | - |