Component Catalog
DataTable
Reusable table component with filtering, pagination, CSV export.
Props: title, urlPath, columns, dataParser, filterForms, filterDefaults, actions, emptyAction, isExport
GlobalForm
Form component for create/edit operations.
Props: formik, formData, buttonText, size, extras (summary panel), isRounded
Field types: text, number, amount, select, date, toggle, textarea
GenericItemModal
Displays any entity as a key-value table.
Props: show, onClose, item, titleKey, subtitleKey, excludeKeys, customEntries, includeNestedKeys, valueRenderers
Action Dropdown
Each accessor's ActionMenu renders a <Dropdown> with <Dropdown.Toggle as={KebabToggleIcon}> and <Dropdown.Item> children. Actions call setSelected(item) then toggle modal state flags.
Breadcrumbs
Navigation breadcrumbs with parent/child hierarchy.
Btn
Custom button wrapper with outline/size/color variants.