import { Meta, Story, Source, Primary, Controls, Title, Description } from "@storybook/addon-docs";
import * as stories from "./stepper.stories";
## Step Component
The `` component extends the
[Angular CdkStep](https://material.angular.io/cdk/stepper/api#CdkStep) component
The following additional Inputs are accepted:
| Input | Type | Description |
| ---------- | ------ | -------------------------------------------------------------- |
| `subLabel` | string | An optional supplemental label to display below the main label |
In order for the stepper component to work as intended, its children must be instances of
``.
```html
Your content here
Your content here
Your content here
```