UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

20 lines (17 loc) 481 B
import React from 'react'; import { __DEV__ } from '../../utils/helpers'; /** * 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 = function Text(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement("p", null, children); }; export default Text; if (__DEV__) { Text.displayName = 'Text'; }