You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CardBody, depercating CardBlock
Depercated Card's block prop in favor of new body prop
inverse now add .text-white instead of .card-inverse
outline is now border-{color} instead of card-outline-{color}
color is now bg-{color} instead of card-{color}
outline still uses color's value
update examples
update tests
<CardText>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</CardText>
39
39
<Button>Button</Button>
40
-
</CardBlock>
40
+
</CardBody>
41
41
</Card>
42
-
<Cardblockinversecolor="primary">
42
+
<Cardbodyinversecolor="primary">
43
43
<CardTitle>Special Title Treatment</CardTitle>
44
44
<CardText>With supporting text below as a natural lead-in to additional content.</CardText>
<CardText>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</CardText>
<CardText>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</CardText>
0 commit comments