6 Core Components
Complete table system with sorting, filtering, selection, and bulk actions
Enterprise Table Components for Document Processing
Production-ready Vue 3 components with comprehensive documentation and interactive examples
# Clone the repository
git clone https://github.com/Fellow-Consulting-AG/DocBits_Component.git
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Build for production
npm run docs:build| Component | Purpose | Features |
|---|---|---|
| DocBitsTable | Main unified table | Sorting, filtering, selection, bulk actions, resizable columns |
| ColumnOrderBy | Sort indicators | Clickable sort arrows with active/inactive states |
| RowSelectionCheckbox | Row selection | Master checkbox with indeterminate state support |
| BulkActionsMenu | Bulk operations | Floating action button with export, delete, copy actions |
| RowActionsMenu | Per-row actions | Three-dot dropdown menu for individual row operations |
| UnifiedTable | Alternative table | Simplified unified table implementation |
Comprehensive documentation for each of the 6 table components with props/events, usage examples, and interactive demos.
Complete design system reference including color palette, typography, spacing, and dark mode implementation.
Testing strategies, patterns, and real-world examples extracted from component test files.
Version 1.0.0 (2025-12-18)
ยฉ 2025 Fellow Consulting AG. All rights reserved.