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>
```
