@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
5 lines • 380 B
JavaScript
import React from "react";
import TextField from "@material-ui/core/TextField";
import { Controller } from "react-hook-form";
export default (function (props) {return /*#__PURE__*/React.createElement(Controller, { as: TextField, id: props.id, name: props.name, label: props.label, control: props.control, placeholder: props.placeholder });});
//# sourceMappingURL=MuiSwitch.js.map