import React from 'react'; import './CardList.css'; export default function CardList({ items = [], cols = 3, onAction }) { return (