UNPKG

bootstrap-4-react

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