API-only components
These components will insert themselves into the DOM and generally don't come with a HTML API. Some of them are known to affect the general page layout.
Header
The Header ↑ provides tabs for navigation and buttons that affect the entire app.
Footer
The Footer features buttons that relate to the Main area and actions that are reserved for working with selected objects of any kind.
DatePicker
A easy way to select dates.
Dialog
Works much like the JavaScript confirm()
method.
Notification
Themed variants of the JavaScript alert()
method.
Note
A nice way to inform the user about something in general. This is not for status messages! The Note attaches to the top of the page, so you will have to scroll back up...
UserCard
Show some details about a user.
If you find a bug or need a feature…