@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) • 327 B
Markdown
The `<Sup />` component defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font.
This component has no props.
`<Sup />` component example:
```js
import { P, Sup } from '$PACKAGE_NAME';
<P>This text contains <Sup>superscript</Sup> text.</P>
```