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.

22 lines (19 loc) 266 B
`<Tfoot />` component example: ```js import { Table, Tr, Th, Tbody, } from '$PACKAGE_NAME'; <Table> <Tfoot defaultBg> <Tr> <Th>#</Th> <Th>First Name</Th> <Th>Last Name</Th> <Th>Username</Th> </Tr> </Tfoot> </Table> ```