Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

import {Typography} from "attio/client"

<Typography.Title />

Props

children
React.ReactNode
required
The content of the title.
variant
'extraLarge' | 'large' | 'standard' | 'medium' | 'small' | 'extraSmall'
The variant of the title.Defaults to "standard".

<Typography.Body />

Props

children
React.ReactNode
required
The content of the body.
variant
'standard' | 'large' | 'strong' | 'interactive'
The variant of the body.Defaults to "standard".

<Typography.Caption />

Props

children
React.ReactNode
required
The content of the caption.