* tabItem: This directive uses a JSON object to transfer properties to the native object. Actually, `TabViewItem` is a pretty simple object with just `title`, `iconSource` and `view` properties. Since `title` and `iconSource` are usually represented as text, TabView directive uses a small JSON object (`{title: 'Profile', iconSource: '~/icon.png'}`) to define these properties easily in HTML. The view however, is not so simple, therefore the directive uses the tag where `tabItem` attribute is set as view. Currently, the directive also holds the property `textTransform` which controls the capitalization of the tab title text. See the Styling section for more information.
0 commit comments