Function: SheetFooter()
@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
renderprop for element composition
Example
<SheetFooter>Content</SheetFooter>
See
// was this page useful?