UX Patterns consist of UI Components that have been arranged and combined into templatized views. Our patterns and widgets have been tested and tweaked for optimal usability and to meet user needs. These patterns accelerate design and development processes by providing a framework for most interactions in an application.
Different roles benefit in different ways:
The hub and spoke nav model here describes a flat, simple application architecture. Our model uses three main page types:
Actions are kept in context on these pages by way of the popover component. Building your application to follow this model will help users keep a consistent mental picture of the application structure and ensure they accomplish their goals quickly and intuitively.
<div>Coming soon...</div>
Though extremely useful as a navigational hub, the real power of list views is that you can use them to do these three things:
<div>Coming soon...</div>
Use this pattern to create a single item or product. The content of the Create View can be broken into 3 main parts:
<div>Coming soon...</div>
Use this pattern for details about a single item or product. The content of a detail view can be broken into 3 main parts:
<div>Coming soon...</div>