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) 322 B
The `<Sub />` component defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. This component has no props. `<Sub />` component example: ```js import { P, Sub } from '$PACKAGE_NAME'; <P>This text contains <Sub>subscript</Sub> text.</P> ```