File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
fern/products/docs/pages/component-library/default-components Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,32 +26,32 @@ The Steps component helps organize sequential content with automatic numbering,
2626
2727<Tabs >
2828 <Tab title = " Multiple Steps" >
29- <Steps >
30- <Step title = " Getting Started" toc = { true } >
29+ <Steps toc = { true } >
30+ <Step title = " Getting Started" >
3131 Initial instructions.
3232 </Step >
3333
34- <Step title = " Configuration" toc = { true } >
34+ <Step title = " Configuration" >
3535 More instructions.
3636 </Step >
3737
38- <Step title = " Completion" toc = { true } >
38+ <Step title = " Completion" >
3939 Final Instructions
4040 </Step >
4141 </Steps >
4242 </Tab >
4343 <Tab title = " Markdown" >
4444 ``` jsx
45- < Steps>
46- < Step title= " Getting Started" toc = { true } >
45+ < Steps toc = { true } >
46+ < Step title= " Getting Started" >
4747 Initial instructions.
4848 < / Step>
4949
50- < Step title= " Configuration" toc = { true } >
50+ < Step title= " Configuration" >
5151 More instructions.
5252 < / Step>
5353
54- < Step title= " Completion" toc = { true } >
54+ < Step title= " Completion" >
5555 Final Instructions
5656 < / Step>
5757 < / Steps>
You can’t perform that action at this time.
0 commit comments