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) 190 B
`<Hr />` component example: ```js import { Hr, P } from '$PACKAGE_NAME'; <div> <P>Find thematic break below.</P> <Hr /> <P>{'<Hr />'} component help separate content.</P> </div> ```