Sheet

Side-anchored panel that slides in from screen edges.

TailwindCSS
Alpine.js

Usage

1. Add the script to your page/layout:

// Option A: All components (recommended)
@utils.ComponentScripts()

// Option B: Just Sheet
@components.SheetScript()

2. Use the component:

@components.Sheet(components.SheetProps{...})