UNPKG

@moxon6/form-components

Version:

This is small collection of Material-ui fields components,

6 lines (4 loc) 172 B
import React from "react" import { CardTitle } from "material-ui/Card" export default props => <CardTitle titleStyle={{ fontSize: "35px" }} title={props.children} />