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.52 KB
/
config.js
File metadata and controls
8 lines (8 loc) · 1.52 KB
1
2
3
4
5
6
7
8
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SidebarSampleOrder = [
{ 'path': 'sidebar/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'Sidebar', 'api': '{ "SidebarComponent": ["type", "position", "showBackdrop", "closeOnDocumentClick", "change", "mediaQuery"] }', 'description': 'A simple and responsive sidebar for React that lets you navigate between various parts of an application with ease' },
{ 'path': 'sidebar/docking-sidebar', 'component': 'Dock', 'name': 'Dock', 'order': '01', 'category': 'Sidebar', 'api': '{ "Sidebar": ["enableDock", "dockSize", "contextTo"]}', 'description': 'Sidebar for React with dock support that uses minimal screen space on mobile devices, allowing more space for the main content and improving readability' },
{ 'path': 'sidebar/api', 'component': 'API', 'name': 'API', 'order': '01', 'category': 'Sidebar', 'api': '{ "Sidebar": ["showBackdrop", "position", "types", "closeOnDocumentClick"] }', 'description': 'Customizable sidebar for React that supports changing the behavior and appearance based on your application needs through user-friendly APIs' },
{ 'path': 'sidebar/sidebar-list', 'component': 'SidebarWithList', 'name': 'Sidebar With ListView', 'order': '01', 'category': 'Sidebar', 'api': '{ "Sidebar": ["open", "close"] }', 'description': 'Responsive and customizable sidebar for React integrated with a ListView to display a list of menu items. Integrate the sidebar component with any HTML element' }
];