// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/steps/demo/customized-progress-dot.md correctly 1`] = `
Finished
You can hover on the dot.
In Progress
You can hover on the dot.
Waiting
You can hover on the dot.
Waiting
You can hover on the dot.
`; exports[`renders ./components/steps/demo/error.md correctly 1`] = `
Finished
This is a description
In Process
This is a description
3
Waiting
This is a description
`; exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
Login
Verification
Pay
Done
`; exports[`renders ./components/steps/demo/progress-dot.md correctly 1`] = `
Finished
This is a description.
In Progress
This is a description.
Waiting
This is a description.
`; exports[`renders ./components/steps/demo/simple.md correctly 1`] = `
Finished
This is a description.
2
In Progress
This is a description.
3
Waiting
This is a description.
`; exports[`renders ./components/steps/demo/small-size.md correctly 1`] = `
Finished
2
In Progress
3
Waiting
`; exports[`renders ./components/steps/demo/step-next.md correctly 1`] = `
1
First
2
Second
3
Last
First-content
`; exports[`renders ./components/steps/demo/vertical.md correctly 1`] = `
Finished
This is a description.
2
In Progress
This is a description.
3
Waiting
This is a description.
`; exports[`renders ./components/steps/demo/vertical-small.md correctly 1`] = `
Finished
This is a description.
2
In Progress
This is a description.
3
Waiting
This is a description.
`;