Sheet

Side-anchored panel that slides in from screen edges.

TailwindCSS
Alpine.js

Sheet Content

This is the main content of the sheet. You can put any components or text here.

Sheet Content

This is the main content of the sheet. You can put any components or text here.

Sheet Content

This is the main content of the sheet. You can put any components or text here.

Sheet Content

This is the main content of the sheet. You can put any components or text here.

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{...})