Add secondary disabled story
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user