UNPKG

pouncejs

Version:

A collection of UI components from Panther labs

16 lines (14 loc) 384 B
import { __DEV__ } from '../../utils/helpers'; import { pounce } from '../../system'; /** * Extends <a href="/#/Box">Box</a> * * Responsive typographic component. Anywhere you want to add some text that doesn't constitute a * heading or a title, this component is what you need. * * */ var Text = pounce('p'); export default Text; if (__DEV__) { Text.displayName = 'Text'; }