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
9 lines (9 loc) · 1.43 KB
/
config.js
File metadata and controls
9 lines (9 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ToastSampleOrder = [
{ 'path': 'toast/default', 'component': 'Default', 'name': 'Default', 'description': 'The sample demonstrates about default functionalities of a Toast component which is a notification component and helps to design reminder like an alert.', 'order': '01', 'category': 'Toast' },
{ 'path': 'toast/types', 'component': 'Types', 'name': 'Types', 'description': 'The sample demonstrates how to design success, warning, information, and error messages using Toast component based on CSS classes.', 'order': '01', 'category': 'Toast' },
{ 'path': 'toast/templates', 'component': 'Templates', 'name': 'Templates', 'description': 'The sample demonstrates how to design alarm and a reminder like application by customizing the content of Toast component using an HTML template.', 'order': '01', 'category': 'Toast' },
{ 'path': 'toast/positions', 'component': 'Positions', 'name': 'Positions', 'description': 'The sample demonstrates how to display the toast notification with various built-in positions or custom position based on target or page.', 'order': '01', 'category': 'Toast' },
{ 'path': 'toast/api', 'component': 'Api', 'name': 'API', 'description': 'The sample exposes all the available properties, methods, and events of Toast component which helps to create flexible toast notification.', 'order': '01', 'category': 'Toast' }
];