UNPKG

bootstrap-4-react

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