dhis2_generate_ui_data_display
Create customizable UI components like tables, cards, lists, modals, and loading states for DHIS2 health information systems, enhancing data display and user interaction.
Instructions
Generate @dhis2/ui data display patterns (tables, cards, lists, modal, loading states)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentName | No | Component name | |
emptyState | No | Include empty state component | |
includeCards | No | Include Card layout | |
includeLists | No | Include list component | |
includeLoading | No | Include CircularLoader loading state | |
includeModal | No | Include Modal dialog | |
includePagination | No | Include pagination controls | |
includeTable | No | Include DataTable | |
selection | No | Include row selection example | |
skeleton | No | Include skeleton placeholders | |
sorting | No | Include column sorting example | |
stickyHeader | No | Use sticky header in table |