UNPKG

react-bootify

Version:
17 lines (12 loc) 401 B
### Example An example of a card with only a body. ```js import {Container, Card} from 'react-bootify'; <Container> <Card bg='info' text='light'> <Card.Body> In has iisque consequuntur, verear hendrerit no sea, per mandamus convenire evertitur et. Sensibus voluptatum ea has. Putant equidem scriptorem. </Card.Body> </Card> </Container> ```