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) 250 B
`<Td />` component example: ```js import { Table, Tr, Tbody, Td, } from '$PACKAGE_NAME'; <Table> <Tbody> <Tr> <Td scope="row">1</Td> <Td>Mark</Td> <Td>Otto</Td> <Td>@mdo</Td> </Tr> </Tbody> </Table> ```