Skip to content

frontend


Interface: PublicTextProps

Defined in: src/components/typography/PublicText.tsx:5

Properties

children

children: ReactNode

Defined in: src/components/typography/PublicText.tsx:7

Text content


dimmed?

optional dimmed?: boolean

Defined in: src/components/typography/PublicText.tsx:13

Use dimmed colour instead of white — defaults to false


mb?

optional mb?: string

Defined in: src/components/typography/PublicText.tsx:17

Bottom margin (Mantine spacing value)


mt?

optional mt?: string

Defined in: src/components/typography/PublicText.tsx:15

Top margin (Mantine spacing value)


size?

optional size?: "sm" | "md" | "lg"

Defined in: src/components/typography/PublicText.tsx:9

Size variant — defaults to md


ta?

optional ta?: "center" | "left" | "right"

Defined in: src/components/typography/PublicText.tsx:11

Text alignment — defaults to center