The main sheet component that manages state and positioning.
:id - Required unique identifier for the sheet.:open - Whether the sheet is initially open. Defaults to false.:on-open - Handler for open event. Accepts a server event name or %Phoenix.LiveView.JS{}.:on-close - Handler for close event. Accepts a server event name or %Phoenix.LiveView.JS{}.:"close-on-outside-click" - Whether overlay/outside click closes the sheet. Defaults to true.:class - Additional CSS classes.:on-open - Fired when the sheet opens.:on-close - Fired when the sheet closes.Use SaladUI.LiveView.send_command(socket, id, command) with:
"open" - Opens the sheet."close" - Closes the sheet.