Skip to content

Commit e76033d

Browse files
authored
docs: add icon example for playground (#3150)
1 parent b154daf commit e76033d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/core/src/storybook/stand-alone-documentaion/playground/playground-helpers.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ const jsx = `() => {
3131
className="vibe-logo"
3232
/>
3333
<Flex direction="column" align="center" justify="center" gap="xs">
34-
<Heading type="h3" align="center">
35-
Playground
36-
</Heading>
34+
<Flex align="center" gap="xs">
35+
<Icon icon={VibeIcons.Labs} iconSize="16" />
36+
<Heading type="h3" align="center">
37+
Playground
38+
</Heading>
39+
</Flex>
3740
<Text type="text2" ellipsis={false}>
3841
Craft, Experiment, and Innovate with Vibe.
3942
</Text>

0 commit comments

Comments
 (0)