List Card
DHIS2 ListCard. Component intended for TEI/Event/DataSet card display.
Parameters
: allows a modifier to be passed externally.
: state containing all configurations for the card
: composable element to be used as avatar.
: composable parameter for the sync button.
: gives access to click event on the main container.
Deprecated
Use rememberListCardState constructor
DHIS2 ListCard. Component intended for TEI/Event/DataSet card display.
Parameters
: composable element to be used as avatar.
: is the card title.
: the text to be used in description.
: shows the last time item was synchronized.
: is a list of AdditionalInfoItem that manages all the key value types that will be shown if there are more than three items that are not constant a show more/less button will appear and the rest of items will be hidden.
: the text to be shown for expand button.
: the text to be shown for shrink button.
: composable parameter for the sync button.
: gives access to click event on the main container.
: controls visibility of the loading item.
: whether to show a shadow or not.
: allows a modifier to be passed externally.