Add secondary disabled story

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-03-10 09:34:05 +00:00
parent 865aa019c1
commit ef9d4b5514
2 changed files with 6 additions and 3 deletions
@@ -109,6 +109,12 @@ export const Disabled: Story = {
children: 'Button',
disabled: true,
},
render: args => (
<Flex direction="row" gap="4">
<Button {...args} variant="primary" />
<Button {...args} variant="secondary" />
</Flex>
),
};
export const Responsive: Story = {
@@ -23,9 +23,6 @@ import { icons } from './icons';
const meta = {
title: 'Components/Icon',
component: Icon,
parameters: {
layout: 'centered',
},
argTypes: {
name: {
control: 'select',