Interface: BodyTextProps¶
Defined in: src/components/typography/BodyText.tsx:15
Properties¶
c?¶
optionalc?:DefaultMantineColor
Defined in: src/components/typography/BodyText.tsx:19
Optional colour override
children¶
children:
ReactNode
Defined in: src/components/typography/BodyText.tsx:17
Content to render as body text
justify?¶
optionaljustify?:"left"|"right"|"centre"
Defined in: src/components/typography/BodyText.tsx:21
Text alignment. Defaults to "left".