mui-gotit
A Stacked Snackbar library for Material UI 5 and React 17. Inpsired by notistack - Working with Material UI 5 Theming and sx property.
Installation
-
npm i mui-gotit
import { Gotit } from 'mui-gotit';
function App(){
<Gotit>
<AppWrapper extraProps={extraProps} />
</Gotit>
}