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.

11 lines (7 loc) 254 B
The `<Samp />` component is a phrase tag. It defines sample output from a computer program. This component has no props. `<Samp />` component example: ```js import { Samp } from '$PACKAGE_NAME'; <Samp>Sample output from a computer program</Samp> ```