UI components
This is a collection of UI components used across Xplor single page apps
-
Avatar
- Standard presentaion of user avatar, or fallback to initials -
Card
- Standard wrapper around core content -
ErrorsFromAPI
- A standard way to display 500's from remote apis -
Loading
- loading animation -
NotAvailable
- standard way to say data is not available -
Note
- standard way to callout information -
Pill
- standard way to present "tags" -
PreRelease
- standard "in development" badge -
Timer
- countdown timer
Colour variables
Need to move towards SASS or PostCSS variables
heroColour: #007aff;
heroColourHover: #195ca5;
errorColour: #e64766;
grey: #9b9b9b;
warn: #fbbf5c;