{"library":"rc-steps","title":"rc-steps","description":"React component library for displaying step progress indicators. Current stable version 6.0.1, released under major version 6 with TypeScript types included. Part of the react-component ecosystem by Ant Design. Supports horizontal, vertical, navigation, inline, and 'horizontal-alternate' directions. Differentiators: customizable icons, custom item renderer, multiple statuses (error, process, finish, wait), subTitle and tailContent on Step items. The package has migrated from classnames to clsx and supports semantic HTML (ol/li). Requires React >=16.9.0.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install rc-steps"],"cli":null},"imports":["import Steps from 'rc-steps'","import Steps from 'rc-steps'; const { Step } = Steps","import Steps from 'rc-steps'; <Steps.Step />"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import Steps from 'rc-steps';\nimport 'rc-steps/assets/index.css';\n\nfunction App() {\n  return (\n    <Steps current={1} status=\"process\" direction=\"horizontal\">\n      <Steps.Step title=\"Step 1\" description=\"This is step one\" />\n      <Steps.Step title=\"Step 2\" subTitle=\"In Progress\" />\n      <Steps.Step title=\"Step 3\" />\n    </Steps>\n  );\n}\n\nexport default App;","lang":"typescript","description":"Basic usage of Steps with current step, status, direction, and three Step items including title, description, and subTitle.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}