Added new stories

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-03-23 16:36:27 +00:00
parent ea0279eefb
commit 1a1fbcd42b
2 changed files with 26 additions and 0 deletions
@@ -68,6 +68,19 @@ export const CustomTag: Story = {
},
};
export const WrappedInLink: Story = {
args: {
...Default.args,
},
decorators: [
Story => (
<a href="/">
<Story />
</a>
),
],
};
export const Playground: Story = {
render: () => (
<Flex>
@@ -89,6 +89,19 @@ export const Responsive: Story = {
},
};
export const WrappedInLink: Story = {
args: {
...Default.args,
},
decorators: [
Story => (
<a href="/">
<Story />
</a>
),
],
};
export const Playground: Story = {
render: () => (
<Flex gap="4" direction="column">