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.

8 lines (5 loc) 174 B
`<Abbr />` component example: ```js import { Abbr, P } from '$PACKAGE_NAME'; <P>This is an abbreviation example: <Abbr title="World Wide Web Consortium">W3C</Abbr></P> ```