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?¶
optionaldimmed?:boolean
Defined in: src/components/typography/PublicText.tsx:13
Use dimmed colour instead of white — defaults to false
mb?¶
optionalmb?:string
Defined in: src/components/typography/PublicText.tsx:17
Bottom margin (Mantine spacing value)
mt?¶
optionalmt?:string
Defined in: src/components/typography/PublicText.tsx:15
Top margin (Mantine spacing value)
size?¶
optionalsize?:"sm"|"md"|"lg"
Defined in: src/components/typography/PublicText.tsx:9
Size variant — defaults to md
ta?¶
optionalta?:"center"|"left"|"right"
Defined in: src/components/typography/PublicText.tsx:11
Text alignment — defaults to center