Action Bar

Floating action toolbar for bulk actions on selected items

Installation

pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/action-bar"

Props

Action Bar

PropTypeDefaultDescription
openbooleanfalseWhether the action bar is visible
onOpenChange(open: boolean) => void-Callback when the open state changes
onEscapeKeyDown(event: KeyboardEvent) => void-Callback when the Escape key is pressed
align"start" | "center" | "end""center"Horizontal alignment of the action bar
alignOffsetnumber0Offset from the aligned edge in pixels
side"top" | "bottom""bottom"Which side of the viewport to position the bar
sideOffsetnumber16Offset from the side edge in pixels
portalContainerElement | DocumentFragment | nulldocument.bodyContainer element for the portal
orientation"horizontal" | "vertical""horizontal"Layout orientation of toolbar items
loopbooleantrueWhether keyboard navigation loops around
classNamestring-Additional CSS classes
styleReact.CSSProperties-Custom inline styles