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) 263 B
`<Th />` component example: ```js import { Table, Thead, Tr, Th, } from '$PACKAGE_NAME'; <Table> <Thead defaultBg> <Tr> <Th>#</Th> <Th>First Name</Th> <Th>Last Name</Th> <Th>Username</Th> </Tr> </Thead> </Table> ```