mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
improve addon-links template stories
This commit is contained in:
parent
e33d2c3244
commit
74b1afe801
@ -13,7 +13,7 @@ export const Basic = {
|
|||||||
args: {
|
args: {
|
||||||
content: `
|
content: `
|
||||||
<div>
|
<div>
|
||||||
<a class="link" href="#" data-sb-story="basic">go to basic</a>
|
<a class="link" href="#" data-sb-story="other">go to other</a>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
@ -22,7 +22,7 @@ export const Other = {
|
|||||||
args: {
|
args: {
|
||||||
content: `
|
content: `
|
||||||
<div>
|
<div>
|
||||||
<a class="link" href="#" data-sb-story="basic">to to basic</a>
|
<a class="link" href="#" data-sb-story="third">go to third</a>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
@ -31,7 +31,7 @@ export const Third = {
|
|||||||
args: {
|
args: {
|
||||||
content: `
|
content: `
|
||||||
<div>
|
<div>
|
||||||
<a class="link" href="#" data-sb-story="other">go to other</a>
|
<a class="link" href="#" data-sb-story="basic">go to basic</a>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user