ActionBar
Installation
import { ActionBar } from "@o/pipeline/components/action-bar";
Usage
For bulk actions, we pop up a heads up bar near the bottom of the page when you select a table row.
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.