Rate this page:
A piece of text at the top of a page or section.
1 2import ForgeUI, { Heading } from '@forge/ui';
Name | Type | Required | Description |
---|---|---|---|
children | string | Yes | The text of the heading. |
size | 'small' | 'medium' | 'large' | The size of the heading. Defaults to medium . |
1 2<Heading size="large">Title</Heading> <Text> Paragraph text goes here. </Text>
Rate this page: