Diverse UI Components using React Hooks, Material UI, and emotion.
npm package: @emmveqz/react-components
- Just install the npm package, using:
npm install @emmveqz/react-components
Pass a list of strings so it's trimmed to fit inside a component,
adding a "rest" badge at the end.
A File field using Material UI.
Use the "Download" icon whenever your field has data,
and the "Select File" icon to set/change the file.
Use React's useEffect
hook asynchronously (safely).
A Context Provider that can be consumed with a useAppContext()
hook, updating its props (thus re-rendering) independently.
Check out the example
Load an external script asynchronously, and safely wait for its readiness state.