syncfusion-react-file-manager
Implement Syncfusion React File Manager component for file system navigation and management. Use when users need file browsing, upload/download, file operations (create, delete, rename), multiple views, drag-drop, customization, or accessibility features. Supports local and remote file systems with comprehensive customization options.
What this skill does
# Syncfusion React File Manager A comprehensive guide to implementing the Syncfusion React File Manager component for building file system interfaces with rich features like drag-drop, multi-view support, custom operations, and full accessibility. ## Quick Navigation **๐ Just Getting Started?** โ Read [Getting Started](references/getting-started.md) for installation and basic setup **๐ ๏ธ Need to Build File Operations?** โ Check [File Operations (CRUD)](references/file-operations.md) for create, read, update, delete patterns **๐ Working with Local Data?** โ See [Flat Data Structure](references/flat-data.md) for in-memory files and event-driven operations **โ Need Multiple File Selection?** โ Learn [Multiple Selection & Range Selection](references/multiple-selection.md) for Ctrl+Click, Shift+Click, drag selection **โก Handling Large File Lists?** โ Use [Virtualization](references/virtualization.md) for smooth scrolling with 1000+ files **๐จ Want to Customize the UI?** โ See [Customization & Styling](references/customization.md) for theming and layout options **โ๏ธ Looking for Advanced Features?** โ Explore [Advanced Features](references/advanced-features.md) for performance, custom providers, and API integration **โฟ Need Accessibility or Multi-Language?** โ Visit [Accessibility & Localization](references/accessibility-localization.md) for WCAG and i18n **๐ Need User Access Control?** โ Learn [Access Control](references/access-control.md) for role-based permissions and security **๐ค Passing Custom Headers to Server?** โ See [Pass Custom Value to Server](references/pass-custom-value-to-server.md) for setRequestHeader and authentication **๐ฏ Need Advanced Customization?** โ Check [Adding Custom Item to Context Menu](references/adding-custom-item-to-context-menu.md) and [Adding Custom Item to Toolbar](references/adding-custom-item-to-toolbar.md) **๐ง Want to Enable/Disable Toolbar Items?** โ See [Enable/Disable Toolbar Item](references/enable-disable-toolbar-item.md) for programmatic control **๐ผ๏ธ Customizing Thumbnails & Icons?** โ Learn [Customize Custom Thumbnail](references/customize-custom-thumbnail.md) for icon templates **๐ Customizing Navigation Pane?** โ See [Customize Navigation Pane](references/customize-navigation-items.md) for tree view customization **โจ Pre-selecting Items?** โ Learn [Preselect Items](references/preselect-the-items.md) for default selections **๐ฆ File Manager Inside Dialog/Tabs?** โ See [Nested Items](references/nested-items.md) for embedding in other components ## When to Use This Skill Use this skill when you need to: - Create a file browser interface for your application - Implement file upload and download functionality - Build file management features (create, delete, rename, refresh) - Support multiple view options (details and large icons) - Add drag-and-drop capability to file management - Customize context menus, toolbars, and styling - Integrate accessibility features (keyboard navigation, ARIA) - Support internationalization and RTL languages - Connect to local or remote file systems ## Component Overview The **File Manager** is a graphical user interface component for managing file systems. It enables users to: - **File Operations:** Read, create, delete, rename, upload, download, and refresh files - **Multiple Views:** Switch between details view (sorted list) and large icons view (thumbnails) - **Navigation:** Breadcrumb trails and navigation pane with tree view for hierarchy exploration - **Context Menu:** Right-click menus with customizable options - **Drag-and-Drop:** Drag files between folders with configurable drop zones - **Accessibility:** Full WCAG compliance with keyboard navigation and screen reader support - **Localization:** Multi-language support with RTL direction for right-to-left languages - **Customization:** Extensive API for styling, theming, and behavior customization ## Documentation and Navigation Guide ### Core Features #### Getting Started & Installation ๐ **Read:** [references/getting-started.md](references/getting-started.md) - Installation and package setup - Basic file manager implementation - CSS imports and theme configuration - Initial configuration and setup - Connection to file service (AjaxSettings) #### File Operations (CRUD) ๐ **Read:** [references/file-operations.md](references/file-operations.md) - Create folders and files - Read and browse file systems - Update/rename operations - Delete files and folders - Upload and download functionality - Multi-file selection and bulk operations - File provider patterns and custom implementations #### Views & Navigation ๐ **Read:** [references/views-and-navigation.md](references/views-and-navigation.md) - Details view with columns - Large icon view with thumbnails - View switching and configuration - Breadcrumb navigation control - Navigation pane (tree view sidebar) - Toolbar features and layout ### Data Management #### Flat Data Structure ๐ **Read:** [references/flat-data.md](references/flat-data.md) - Use local JSON data instead of server calls - FileData interface and properties - Permission management per item - Event-driven file operations (create, delete, rename, search) - State management with React hooks - Backend synchronization patterns - Large dataset performance optimization #### Multiple Selection & Range Selection ๐ **Read:** [references/multiple-selection.md](references/multiple-selection.md) - Enable/disable multi-select capability - Range selection by mouse drag - Checkbox selection support - Selection state management - Selected items API and events - Pre-selecting items on load - Keyboard shortcuts (Ctrl+A, Shift+Click) #### Preselect Items ๐ **Read:** [references/preselect-the-items.md](references/preselect-the-items.md) - Programmatically select items on load - Preselect based on file type, size, or date - Context-aware preselection - Selection methods (selectAll, clearSelection) - Get selected items programmatically ### Performance & Optimization #### Virtualization & Performance ๐ **Read:** [references/virtualization.md](references/virtualization.md) - Enable virtual scrolling for large datasets - Dynamic loading of files and folders - Viewport-based rendering optimization - Module injection and setup - Performance limitations and workarounds - Best practices for handling 1000+ items ### User Interactions #### Drag-and-Drop Features ๐ **Read:** [references/drag-and-drop.md](references/drag-and-drop.md) - Enable/disable drag-drop functionality - Drop area configuration - Event handling (fileDragStart, fileDragStop, fileDropped) - Cross-folder drag-drop - Custom drag-drop behavior #### Customization & Styling ๐ **Read:** [references/customization.md](references/customization.md) - Context menu customization - Toolbar customization - Details view column customization - Navigation pane customization - Tooltip customization - Show/hide file extensions and hidden files - Thumbnail configuration for large icons view - CSS class and theme customization ### Advanced Customization #### Adding Custom Item to Context Menu ๐ **Read:** [references/adding-custom-item-to-context-menu.md](references/adding-custom-item-to-context-menu.md) - Add custom menu items to context menu - Add icons to menu items - Handle menu click events - Conditional menu items based on file properties - Dynamic menu customization #### Adding Custom Item to Toolbar ๐ **Read:** [references/adding-custom-item-to-toolbar.md](references/adding-custom-item-to-toolbar.md) - Modify default toolbar items - Add custom toolbar items - Custom templates for toolbar - Toolbar click handling - Custom buttons, checkboxes, and dropdowns #### Enable/Disable Toolbar Item ๐ **Read:** [references/enable-disable-toolbar-item.md](references/enable-disable-toolbar-item.md) - Enable/disable toolbar items programmatically - Enable/disable based on selection - Role-based toolbar control - Di
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context โ no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes โ information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development โ guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.