Initial UI Layout
We'll cover the following...
Let’s review the original mockup for Project Mini-Mek’s UI:
The main part of our layout is a tab bar with tabs for the four main panels. Semantic-UI’s <Menu>
component can be configured to display in a tabbed form, so we can go ahead and render an initial hardcoded version of our tabs:
...