UNPKG

@tidy-ui/card

Version:

The Card component gives your website a modern card layout, perfect for showcasing important details in a stylish box. Whether you're displaying products, music albums, movies, or hotel info, the possibilities are endless. Multiple cards can create a cool

5 lines (4 loc) 205 B
import React from 'react'; import { ICardBodyProps } from './types'; declare const CardBody: React.ForwardRefExoticComponent<ICardBodyProps & React.RefAttributes<HTMLDivElement>>; export { CardBody };