export declare const stepsMdxTemplate = "---\ntitle: \"Steps\"\ndescription: \"Guide readers step-by-step using the Steps component.\"\ndate: \"2026-02-19\"\ncategory: \"Components\"\ncategoryOrder: 1\norder: 8\n---\n# Steps\n\nGuide readers step-by-step using the Steps component.\n\nThe Steps component is perfect for organizing procedures or workflows in a clear sequence. Include as many individual steps as necessary to outline your process.\n\n## Steps Usage\n\nYou can use the `Steps` component to create a step-by-step guide. Each step is represented by a `Step` component, which includes a title and content.\n\n```html\n\n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n \n\n```\n\n\n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n \n\n\n## Properties\n\n\n An optional title for the step. When omitted, the step renders without a title row.\n\n\n\n A [Lucide](https://lucide.dev/icons) icon name shown next to the step title.\n\n\n\n The content of the step.\n";