ActionBar
A floating bar that surfaces bulk actions for the currently selected items.
Installation
import { ActionBar } from "@o/pipeline/experimental/components/action-bar";
Usage
When you select a table row, a bar appears near the bottom of the page with bulk actions for the selection.
Note
Click on at least one row checkbox to trigger.
Props
open(boolean): Whether the action bar is open.onOpenChange(function): Callback function to be called when the action bar is opened or closed.defaultOpen(boolean): The default open state of the action bar.