This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
8 lines (8 loc) · 1.35 KB
/
config.js
File metadata and controls
8 lines (8 loc) · 1.35 KB
1
2
3
4
5
6
7
8
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TabSampleOrder = [
{ 'path': 'tab/default', 'component': 'Default', 'name': 'Default Functionalities', 'description': 'The sample demonstrates about default functionalities of the Tab component (also known as Tabbed UI) which is navigation component.', 'order': '01', 'category': 'Tab', 'api': '{ "TabComponent": ["items"] }' },
{ 'path': 'tab/orientation', 'component': 'Orientation', 'name': 'Orientation', 'description': 'The sample demonstrates how to customize the orientation of Tab component along with feasibility to customize the Tab header styles.', 'order': '01', 'category': 'Tab', 'api': '{ "TabComponent": ["headerPlacement", "showCloseButton"] }' },
{ 'path': 'tab/responsive-modes', 'component': 'Responsive', 'name': 'Responsive Modes', 'description': 'The sample illustrates that responsive mode of Tab component that aligns tab items in a scrollable or popup mode if there is no enough space.', 'order': '01', 'category': 'Tab', 'api': '{ "TabComponent": ["overflowMode"] }' },
{ 'path': 'tab/wizard', 'component': 'Wizard', 'name': 'Wizard', 'description': 'This sample demonstrates how to design a wizard-like application with the sequential action using the Tab component. For example, a train reservation system.', 'order': '01', 'category': 'Tab' }
];