import { Canvas, Meta, Story } from "@storybook/addon-docs";
import { Title, VariantRow, VariantsTable, CustomArgsTable } from "@calcom/storybook/components";
import { Steps } from "./Steps";
## Definition
Steps component is used to display the current step out of the total steps in a process.
## Structure
The `Steps` component can be used to show the steps of the total in a process.
## Steps Story