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.tsx
More file actions
6 lines (6 loc) · 1.45 KB
/
config.tsx
File metadata and controls
6 lines (6 loc) · 1.45 KB
1
2
3
4
5
6
export const SidebarSampleOrder:Object = [
{ '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'}
]