Preview:
import {PageHeading} from "ui";
import {ArgsTable, Meta, Story} from "@storybook/addon-docs";

<Meta title="Components/Text/PageHeading/old" component={PageHeading}/>

export const Template = (args) => <PageHeading {...args} />;

# PageHeading

This component renders a styled `<H1>` for the PageHeading.

There should be 1 of these on every page!

## Props

<ArgsTable story="Default"/>

## Examples

<Story name="Default" args={{text: "Example"}}>
    {Template.bind({})}
</Story>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter