UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

12 lines (9 loc) 297 B
`<Container />` component example: ```js import { Container } from '$PACKAGE_NAME'; <Container className="py-2"> <div className="bg-primary">Header</div> <div className="w-25 bg-warning d-inline-block">Sidebar</div> <div className="w-75 bg-info d-inline-block">Body</div> </Container> ```