Skip to main content

Function: DropDrawerFooter()

@arolariu/components


@arolariu/components / DropDrawerFooter

Function: DropDrawerFooter()

DropDrawerFooter(__namedParameters): Element

Defined in: components/ui/dropdrawer.tsx:944

Renders footer content aligned to the bottom of the responsive surface.

Parameters

__namedParameters

DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> | Readonly<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & object>

Returns

Element

Remarks

  • Renders a drawer footer on mobile and a styled <div> on desktop
  • Built on Base UI Drawer primitives for mobile layouts

Example

<DropDrawerFooter>Signed in as Alex</DropDrawerFooter>

See

Base UI Drawer Docs

// was this page useful?