What problem does it solve?
Build and refine SlideWire presentations in Laravel/Livewire applications. This Skill centralizes the creation, customization, and refinement of slide decks within Laravel projects, enabling developers to quickly scaffold, author, and polish presentations that integrate with Livewire components and Blade templates.
Core Features & Use Cases
- Scaffold a new SlideWire deck using artisan commands and bridged Livewire SFC stubs to accelerate setup.
- Author the deck in a single Blade file with a x-slidewire::deck root and multiple x-slidewire::slide children, including support for fragments, Markdown rendering, code blocks, and Mermaid diagrams.
- Register routes and refine deck behavior via themes, transitions, auto-play, and content components to match branding and presentation requirements.
- Use cases include product launches, internal training, or technical talks within Laravel projects, with options for vertical navigation, dynamic content, and theming.
Quick Start
Scaffold a new SlideWire deck and seed it with a basic slideshow for a product launch.