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
There isn't really enough of a UI to justify the footprint of a material UI dependency, and it's awkward to compose it into apps that don't themselves use Material UI.
To make this really usable, consider using pure HTML, and allowing a className to be passed in per field to add styles. Alternatively, you could allow field elements to be passed in as props and composed, using React.createElement to add listeners.
The text was updated successfully, but these errors were encountered:
There isn't really enough of a UI to justify the footprint of a material UI dependency, and it's awkward to compose it into apps that don't themselves use Material UI.
To make this really usable, consider using pure HTML, and allowing a
className
to be passed in per field to add styles. Alternatively, you could allow field elements to be passed in as props and composed, usingReact.createElement
to add listeners.The text was updated successfully, but these errors were encountered: