function createCard
createCard(
content:
string
| HTMLElement
| HTMLElement[]
,
props?: CardProps,
): HTMLDivElement

Create a card DOM element

Parameters

content:
string
| HTMLElement
| HTMLElement[]
optional
props: CardProps

Return Type

HTMLDivElement

Usage

import { createCard } from ".";