Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

Card

Card layout container.

Import

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

Declaration

export const Card: HostComponent<CardProps>;

CardProps

Props accepted by the card root.

export interface CardProps extends HostComponentProps {}

None.