Components步骤在文档中添加步骤Buy CoffeeSome text hereGo to Office Some text hereSome text hereHave a meeting Some text hereSome text here使用方法 将您的步骤放入 Steps 容器中。 import { Step, Steps } from 'fumadocs-ui/components/steps'; <Steps> <Step> ### 你好世界 </Step> <Step> ### 你好世界 </Step> </Steps> 我们建议在 Tailwind CSS 项目中直接使用 Tailwind CSS 实用类。 不使用导入 您可以在不导入的情况下使用 Tailwind CSS 实用工具。 <div className="fd-steps"> <div className="fd-step" /> </div> 它支持仅对带有任意变体的标题添加步骤样式。 <div className='fd-steps [&_h3]:fd-step'> ### 你好世界 </div> 你好世界您不再需要使用步骤组件了。根切换器在页面树之间切换选项卡使用 Radix UI 构建的选项卡组件,具有持久性和共享值等附加功能。