Feedback
ComponentSheet
Slide over panels for filter options, mobile navigation drawers, bottom action sheets, and side parameter panels.
Component Syntax
blade
<x-aura::button variant="primary" x-on:click="$dispatch('open-sheet', 'filters')">
Filters
</x-aura::button>
<x-aura::sheet name="filters" side="right" title="Filter Records">
<p>Sheet content...</p>
</x-aura::sheet>
1. Right Slide Out Sheet
blade
2. Left Navigation Drawer (side=left)
blade
3. Bottom Action Sheet (side=bottom)
blade
Component Props
Available properties and configurations for the sheet component.