UNPKG

bootstrap-4-react

Version:
12 lines (8 loc) 242 B
import React, { Component } from 'react'; import { stack, domStack } from '../../utilities'; class Sup extends Component { render() { return <sup {...this.props}>{this.props.children}</sup> } } export default stack(Sup, domStack);