syncfusion-react-toolbar
Implement the Syncfusion React Toolbar component to create responsive command bars and action toolbars. This skill covers organizing buttons, separators, and input components with various overflow handling modes. Use this when building rich text editors, document editors, or command-driven interfaces in React applications.
What this skill does
# Implementing Syncfusion React Toolbar ## Component Overview The Syncfusion React Toolbar component provides a flexible command bar for organizing and executing commands. It supports multiple item types (buttons, separators, inputs), responsive overflow modes, and comprehensive accessibility features. **Key Capabilities:** - Multiple item types: Button, Separator, Input - Responsive overflow modes: Scrollable, Popup, MultiRow, Extended - Built-in keyboard navigation and ARIA support - Component rendering within toolbar items - Customizable appearance and behavior - Tab key navigation support - Dynamic item management (add/remove/enable/disable) - Rich event system (beforeCreate, clicked, keyDown, created, destroyed) - Full RTL and locale support - Stateless template rendering --- ## Complete Table of Contents ### 1. Getting Started **File:** [references/getting-started.md](references/getting-started.md) - Dependencies setup - Project initialization (Vite/CRA) - Package installation - CSS theme imports (Tailwind, Bootstrap, Fluent, Material) - Basic implementation examples - Global configuration: - Locale support for internationalization - RTL (Right-to-Left) layout - Persistence settings - Collision detection - HTML sanitizer - Development server setup ### 2. Item Configuration **File:** [references/item-configuration.md](references/item-configuration.md) - **ItemModel API Reference:** - Complete interface structure - All 16 properties with types - Property reference with descriptions - Items array configuration patterns - Configuration examples (simple, grouped, conditional, accessible) - Button item type with properties: - `text` - Display text - `id` - Unique identifier - `prefixIcon` / `suffixIcon` - Icons positioning - `width` - Custom width - `align` - Alignment (Left/Center/Right) - `disabled` - Disabled state - `visible` - Visibility control - `cssClass` - Custom CSS classes - `htmlAttributes` - HTML attributes - `overflow` - Priority display (Show/Hide/None) - `showAlwaysInPopup` - Force popup display - `showTextOn` - Text display mode (Both/Overflow/Toolbar) - Separator item type - Input item type for components - Tab navigation with `tabIndex` - Complete working examples ### 3. Responsive Modes **File:** [references/responsive-modes.md](references/responsive-modes.md) - **Scrollable Mode** (default) - Horizontal scrolling with navigation arrows - Touch swipe support - Keyboard arrow navigation - Use cases: many items, large screens - **Popup Mode** - Dropdown overflow container - Command priority control - Compact appearance - Use cases: limited space, mobile - **MultiRow Mode** - Item wrapping to multiple rows - No scrolling needed - All items visible - Use cases: responsive width containers - **Extended Mode** - Multi-row with horizontal scrolling - Row-level navigation - Use cases: many items in limited width - Command priority (Show/Hide/None) - Text display options (Both/Overflow/Toolbar) - Mode comparison table - Practical examples for each mode ### 4. Accessibility & Keyboard Support **File:** [references/accessibility.md](references/accessibility.md) - Compliance standards: - WCAG 2.2 Level AA - Section 508 compliance - Screen reader support (NVDA, JAWS, VoiceOver) - ARIA attributes: - `role="toolbar"` - `aria-label`, `aria-orientation` - `aria-expanded`, `aria-haspopup` - Keyboard navigation: - **allowKeyboard** property control - Arrow keys (Left/Right) navigation - Home/End keys - Tab/Shift+Tab for focus - Enter/Space for activation - Escape to close popups - **keyDown Event** handling: - Event parameters (currentItem, nextItem, originalEvent) - Custom keyboard shortcuts - Preventing default navigation - Key-specific actions - Screen reader support and testing - Color contrast WCAG compliance - Mobile/touch accessibility - RTL support - ARIA best practices - Testing checklist and tools ### 5. Item Configuration (Continued) **File:** [references/item-configuration.md](references/item-configuration.md) - Button properties reference - Separator styling - Input components (NumericTextBox, DropDownList, CheckBox, RadioButton) - Tab navigation control - Complete toolbar examples ### 6. Styling & Customization **File:** [references/styling-customization.md](references/styling-customization.md) - CSS class structure: - `.e-toolbar` - Container - `.e-toolbar-item` - Item wrapper - `.e-tbar-btn` - Button - `.e-icons` - Icon element - `.e-separator` - Separator - `.e-toolbar-pop` - Popup - Toolbar container styling - Item & button styling - Icon styling and customization - State styling (hover, focus, active, disabled) - Theme integration (Tailwind, Bootstrap, Fluent, Material) - **Popup customization CSS classes:** - `.e-toolbar-pop` - Popup container - `.e-overflow-button` - Dropdown toggle - `.e-overflow-show` - Show priority items - `.e-overflow-hide` - Hide priority items - `.e-popup-text` - Popup text styling - `.e-toolbar-text` - Toolbar text styling - Custom styling examples - Performance optimization - Complete styled examples ### 7. Advanced Features & Templates **File:** [references/advanced-features.md](references/advanced-features.md) - **Template Configuration:** - Template basics (functions/JSX) - Template properties - When to use templates - **Item-Wise Custom Templates:** - Single item templates - Multiple different templates - State within templates - Template styling - **Stateless Templates:** - Performance optimization - CSS class customization - Popup customization equivalents - **Toggle Buttons:** - Single toggle state - Toggle groups (radio-like) - CSS styling - **Link Items:** - Navigation links - External links - Breadcrumb patterns - **Tooltips:** - HTML title attribute - Custom tooltip components - Styling and positioning - **Rendering Other Components:** - Syncfusion components (DropDownList, NumericTextBox, ColorPicker) - React components - Custom components - **Command Customization:** - Click handlers - Context menus - Custom actions - **Dynamic Item Management:** - `addItems()` - Add items at runtime - `removeItems()` - Remove by index or ID - `enableItems()` - Enable/disable items - `hideItem()` - Show/hide items - `disable()` - Disable entire toolbar - `destroy()` - Cleanup - `refreshOverflow()` - Recalculate layout - **Event Handling:** - `beforeCreate` - Pre-initialization customization - `created` - Post-initialization callback - `clicked` - Item click events with ClickEventArgs - `keyDown` - Keyboard events with KeyDownEventArgs - `destroyed` - Cleanup event - **Scroll Step Customization:** - Control scroll distance - Dynamic scroll step - Touch swipe behavior - Complete advanced example --- ## Documentation and Navigation Guide ### Getting Started ๐ **Read:** [references/getting-started.md](references/getting-started.md) - Package installation and dependencies - Setup with Vite and React - CSS imports and theme configuration - Basic toolbar with ItemsDirective - HTML element initialization - Running the development server ### Item Configuration & Types ๐ **Read:** [references/item-configuration.md](references/item-configuration.md) - Button item type with properties (text, icons, width, align) - Separator item type - Input item type for components - Tab key navigation with tabIndex - Complete working examples ### Responsive Modes ๐ **Read:** [references/responsive-modes.md](references/responsive-modes.md) - Scrollable mode (default behavior) - Popup overflow mode - Command priority (show, hide, none) - Text display options - Navigation and interaction patterns ### Accessibility & Keyboard Support ๐ **Read:** [references/accessibility.md](references/accessibility.md) - WCAG 2.2 and Section 508 compliance - ARIA attributes and roles - Keyboard navigation keys - Screen rea
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.