# <%= name %>
Shared react component built on top of [material-ui](http://mui.com/). Here we follow Brad Frost concept about atomic design. We use material-ui component as atoms.

# Project structure
## /components
Here you could put molecules to page shared component
## /mui-theme
In this folder we try to wrap all customizable properties in material ui to be used as theme in mui system react component.
### /override-components
Here we follow ways to override default props used in mui component, to customize atomic level component. To customize, follow this [documentation](https://mui.com/material-ui/customization/theme-components/)
