Skip to content

Commit 6810750

Browse files
committed
Add NVIDIA component story
1 parent 7155a6d commit 6810750

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/install/HardwareOption.stories.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ export const ManualInstall: Story = {
6161
selected: false
6262
}
6363
}
64+
65+
export const NvidiaSelected: Story = {
66+
args: {
67+
imagePath: '/assets/images/nvidia-logo-square.jpg',
68+
placeholderText: 'NVIDIA',
69+
subtitle: 'NVIDIA',
70+
value: 'nvidia',
71+
selected: true
72+
}
73+
}

0 commit comments

Comments
 (0)