@nish1896/rhf-mui-components
Version:
A suite of 20+ reusable Material UI components for React Hook Form to minimize your time and effort in creating and styling forms
16 lines (15 loc) • 379 B
JavaScript
const DefaultStyles = Object.freeze({
margin: {
top: '0.25rem',
bottom: '0.75rem',
left: 0
},
});
export const DefaultRHFMuiConfig = {
defaultFormLabelSx: { mb: DefaultStyles.margin.bottom },
defaultFormControlLabelSx: {},
defaultFormHelperTextSx: {
mt: DefaultStyles.margin.top,
ml: DefaultStyles.margin.left
}
};