Skip to main content

Function: Sheet()

@arolariu/components


@arolariu/components / Sheet

Function: Sheet()

Sheet(props): ReactElement

Defined in: components/ui/sheet.tsx:120

Coordinates sheet state and accessibility behavior.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Delegates structure and state to the underlying Base UI primitive
  • Built on Base UI Dialog
  • Preserves the underlying primitive API for advanced composition

Example

<Sheet>Content</Sheet>

See

Base UI Documentation

// was this page useful?