mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
improve addon-links template stories
This commit is contained in:
parent
e33d2c3244
commit
74b1afe801
@ -13,7 +13,7 @@ export const Basic = {
|
||||
args: {
|
||||
content: `
|
||||
<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>
|
||||
`,
|
||||
},
|
||||
@ -22,7 +22,7 @@ export const Other = {
|
||||
args: {
|
||||
content: `
|
||||
<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>
|
||||
`,
|
||||
},
|
||||
@ -31,7 +31,7 @@ export const Third = {
|
||||
args: {
|
||||
content: `
|
||||
<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>
|
||||
`,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user