Ship aims for efficiency and convenience in styling by leveraging the Mantine UI library.
Mantine UI offers a wide range of customizable components and hooks that facilitate the creation of visually appealing and functional interfaces.
Our application’s design system is built on top of Mantine’s theme object.
The theme object allows us to define global style properties that can be applied consistently across web application.
We extend Mantine’s components to create custom-styled versions specific to our application needs.Here’s an example of how we extend the Mantine Button component: