Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
CardContent
Card body container.
Import
import { CardContent } from "@dartwic/interface-sdk/ui";Declaration
export const CardContent: HostComponent<CardContentProps>;CardContentProps
Props accepted by card content.
export interface CardContentProps extends HostComponentProps {}None.