Skip to main content

Interface: ThemedTextProperties

Defined in: src/theme/components/ThemedText.tsx:51

Properties for the ThemedText component.

Extendsโ€‹

Propertiesโ€‹

children?โ€‹

readonly optional children: ReactNode

Defined in: shared/types/componentProps.ts:33

Component content (text, elements, or other components)

Inherited fromโ€‹

CoreComponentProperties.children


className?โ€‹

readonly optional className: string

Defined in: shared/types/componentProps.ts:35

Additional CSS classes for styling customization

Inherited fromโ€‹

CoreComponentProperties.className


disabled?โ€‹

readonly optional disabled: boolean

Defined in: shared/types/componentProps.ts:37

Whether the component is disabled and non-interactive

Inherited fromโ€‹

CoreComponentProperties.disabled


align?โ€‹

readonly optional align: TextAlign

Defined in: src/theme/components/ThemedText.tsx:53

Text alignment within the container


size?โ€‹

readonly optional size: TextSize

Defined in: src/theme/components/ThemedText.tsx:55

Font size variant for the text


style?โ€‹

readonly optional style: CSSProperties

Defined in: src/theme/components/ThemedText.tsx:57

Inline styles to apply to the text element


variant?โ€‹

readonly optional variant: TextVariant

Defined in: src/theme/components/ThemedText.tsx:59

Color and semantic variant for the text


weight?โ€‹

readonly optional weight: TextWeight

Defined in: src/theme/components/ThemedText.tsx:61

Font weight for the text