Header
Unless you know exactly what you are doing and why your app doesn't need a Header, you should always configure the Header with an icon and a title. You can configure the color as well, the default one is white.
These can be configured via metatags in the document
head
section
— or via attributes on the App
element as seen in your
basic layout
— or with JavaScript via the ts.ui.Header
API.
All colors we support are: ts-blue,
ts-red,
ts-orange,
ts-yellow,
ts-green,
ts-purple,
ts-pink,
ts-gray,
ts-slate,
ts-black
and the default is white.
Here's an overview of the Header API.
If you find a bug or need a feature…