Card List

Installation

import { CardList, CardListProps } from 'hc-mobile-app-ui';

Example

Props

Name
Type
Description

items

Array<ItemProps> (See Below)

List items to be shown.

Item Props

In addition to the props of Card List Item component:

id

string | number

A unique ID for this list item.

Last updated