UNPKG

acklen-keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

9 lines (7 loc) 188 B
import React from 'react'; export default ({ text = '', width = '100%', height = '40vh' }) => <div className="isoHelperText" style={{ width, height }}> <h3> {text} </h3> </div>;