Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

CardTitle

Card title text.

Import

import { CardTitle } from "@dartwic/interface-sdk/ui";

Declaration

export const CardTitle: HostComponent<CardTitleProps>;

CardTitleProps

Props accepted by a card title.

export interface CardTitleProps extends HostComponentProps {}

None.