UNPKG

@ducor/form

Version:
6 lines (5 loc) 211 B
import { jsx as _jsx } from "react/jsx-runtime"; const HelperText = ({ helperText }) => { return _jsx("p", { className: 'text-xs text-gray-500 pt-0.5', children: helperText }); }; export default HelperText;