A collection of components ready to use for building complex user interfaces.
-`components`: Independent components to use to build different layouts, all components are based on [MUI (Material UI)](https://mui.com/).
-`providers`: Providers are useful components that uses the React [`Context`](https://reactjs.org/docs/context.html), for instance, the `VersionProvider` connects the Redux store with independent components. The `AppConfigurationProvider` is able to read the
-`store`: The Redux store powered by [`Rematch`](https://rematchjs.org), could be used with the global object `__VERDACCIO_BASENAME_UI_OPTIONS` that verdaccio uses to provide the UI configuration.
-`theme`: The `ThemeProvider` is an abstraction of the _material-ui_ theme provider.
-`sections`: A group of components to setup quickly sections of the application, like the sidebar, header of footer.
-`layouts`: Are the combination of one or more sections ready to use.