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) 189 B
import React from 'react'; import { ICardProps } from './types'; declare const Card: React.ForwardRefExoticComponent<ICardProps & React.RefAttributes<HTMLDivElement>>; export { Card };