@jariikonen/mui-extensions
v0.1.0
Published
A React component library that extends MUI Material-UI with some additional components.
Downloads
7
Readme
mui-extensions
A React component library that extends MUI Material-UI with some additional components.
Installation
npm install @jariikonen/mui-extensionsComponents
ModalAutocomplete
import { ModalAutocomplete } from '@jariikonen/mui-extensions'A mobile friendly autocomplete component extending MUI Material UI's Autocomplete.
Functions like a regular MUI Material Autocomplete, except opens a separate user interface in a responsive modal component centered on the screen, when the size of the screen is below the sm breakpoint. Makes using the component easier on a mobile device.
