You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-101Lines changed: 0 additions & 101 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7604,107 +7604,6 @@ export default function App() {
7604
7604
<b><a href="#table-of-contents">↥ back to top</a></b>
7605
7605
</div>
7606
7606
7607
-
## Q. How to use react hook form with material-ui?
7608
-
7609
-
**React Hook Form:**
7610
-
7611
-
React Hook Form is a library for managing form state and validation in React with minimal re-renders. Use React Hook Form with MUI by wiring MUI inputs through Controller (or register for simple native inputs), then handling submit with handleSubmit.
7612
-
7613
-
**Install:**
7614
-
7615
-
```js
7616
-
npm i react-hook-form @mui/material @emotion/react @emotion/styled
0 commit comments