In the old UI https://github.com/apache/airflow/blob/main/airflow/www/static/js/components/Table/CardList.tsx, we made a basic card list to show Dataset Events.
We should implement a version of this in the new UI to allow any table view to specify its own card component and allow a user to switch between a card view and table view. See #42371 (comment) for a design mockup

In the old UI https://github.com/apache/airflow/blob/main/airflow/www/static/js/components/Table/CardList.tsx, we made a basic card list to show Dataset Events.
We should implement a version of this in the new UI to allow any table view to specify its own card component and allow a user to switch between a card view and table view. See #42371 (comment) for a design mockup