import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Heading from './';
import { lightTheme } from '../../../theme/';
import { GlobalStyles } from '../../../theme/GlobalStyles';
import * as HeadingStories from './Heading.stories.tsx';
# Heading
The Heading component displays a title or subtitle on a webpage.
## Importing
```javascript
import { Heading } from 'amazon-chime-sdk-component-library-react';
```
## Example
Heading rendered as a paragraph with color `blue`, `level = 3`.
```jsx
Change my level or as prop
```
Heading rendered as an anchor with color `palevioletred`, `level = 5`.
```jsx
A tag
```
## Props