UNPKG

bootstrap-4-react

Version:
13 lines (9 loc) 288 B
import React, { Component } from 'react'; import { withClassName } from '../../utilities'; import { BP } from '../dom'; class CardText extends Component { render() { return <BP {...this.props}>{this.props.children}</BP> } } export default withClassName('card-text')(CardText);