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.

11 lines (8 loc) 223 B
`<ModalFooter />` component example: ```js import { Button, ModalFooter } from '$PACKAGE_NAME'; <ModalFooter> <Button color="primary">Do Something</Button> <Button color="secondary">Cancel</Button> </ModalFooter> ```