check
Code copied to clipboard.
close
menu
menu_open
menu

LkTextProps

Describes props for the Text component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

export interface LkTextProps extends React.HTMLAttributes<HTMLElement> {

 fontClass?: LkFontClass;

 content?: string;

 color?: LkColor;

 tag?: LkSemanticTag;

 className?: string; // explicitly extracting because internal logic controls its rendering order

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.