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) 209 B
`<Pre />` component example: ```js import { Pre, Code } from '$PACKAGE_NAME'; <Pre> <Code>{'<P>'}Sample text here...{'</P>'} {'<P>'}And another line of sample text here...{'</P>'} </Code> </Pre> ```