Skip to content

Commit 0e3276b

Browse files
add linkless story
1 parent 1fbff2c commit 0e3276b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/ui-components/Common/Breadcrumbs/index.stories.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,25 @@ export const Default: Story = {
2424
},
2525
};
2626

27+
export const Linkless: Story = {
28+
args: {
29+
links: [
30+
{
31+
label: 'Learn',
32+
href: '',
33+
},
34+
{
35+
label: 'Getting Started',
36+
href: '',
37+
},
38+
{
39+
label: 'Introduction to Node.js',
40+
href: '',
41+
},
42+
],
43+
},
44+
};
45+
2746
export const Truncate: Story = {
2847
args: {
2948
links: [

0 commit comments

Comments
 (0)