Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
TabsContent
Content associated with one tab value.
Import
import { TabsContent } from "@dartwic/interface-sdk/ui";Declaration
export const TabsContent: HostComponent<TabsContentProps>;TabsContentProps
Props accepted by a tab content panel.
export interface TabsContentProps extends HostComponentProps {
/** Tab value that displays this panel. */
value: string;
}| Prop | Type | Requirement | Description |
|---|---|---|---|
value | string | Required | Tab value that displays this panel. |