Front End Styling

Introduction

We have adopted Google's Material Design as our primary design philosophy. To implement this using React we use the mui package formerly called material-ui to import their reusable components. This gives apps a consistent feel and functionality across different projects. All new React projects should be built using mui

Helpful Links