#reactjs #antd #steps
In this video I explained Ant Design Steps usage by showing tasks progress
using antd steps.
This video focuses on
How to user antd Steps
How to add title to antd step
How to add detailed description on antd step
How to show percentage on in progress antd step
How to show error status on antd step
How to render antd steps vertically
How to reder antd step title vertical instead of horizontal
How to show dots in antd steps instead of step number
How to render different ReactJS elements on click of antd step
How to set current in progress step
How to useState to render default antd step as selected
How to user Divider between different antd components
If you are new to ant-design, I have already added an intro video on ant-design and overview of its components at • Ant Design UI library Integration wit... link, please go through that video to set up the ground for further components implementation.
For details on how to use Divider from Antd, please go through this video. • How to use Ant Design Divider Compone...
For more details on ant-design, please visit its documentation at https://ant.design/components/steps/
Happy Coding!