Skip to main content

Function: SheetFooter()

@arolariu/components


@arolariu/components / SheetFooter

Function: SheetFooter()

SheetFooter(props): ReactElement

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

Renders the sheet footer.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Renders a <div> element by default
  • Built on Base UI Dialog
  • Supports the render prop for element composition

Example

<SheetFooter>Content</SheetFooter>

See

Base UI Documentation

// was this page useful?