Lucent UI
AnnouncementCardBulkActionBar
✦ LLM-ready

BulkActionBar

pattern

Bulk action bar that appears when items are selected in a list or table. Shows selection count with select-all, action buttons, and a clear selection control. Includes minimal and extended variants. Composes Card, Row, Text, Chip, Button, and Divider.

"Build a BulkActionBar pattern from lucent-ui. Show a selection count Chip, action Buttons (Archive, Move, Delete), and a Clear selection ghost Button. Wrap in a filled Card."

Usage

React / JSX
import { Card, Row, Text, Chip, Button, Divider } from 'lucent-ui'

<BulkActionBar />

Installation

pnpm add lucent-ui

API Reference

BulkActionBar props — * required

PropTypeDefaultDescription
CardcomponentFilled surface container for the bar.
ChipcomponentSelection count indicator.
ButtoncomponentAction buttons (Archive, Move, Delete, Clear).
DividercomponentVertical separator between count and actions.
RowcomponentHorizontal layout for the bar.
TextcomponentLabels and helper text.