mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Bring back autodocs
This commit is contained in:
@@ -8,6 +8,7 @@ const meta = {
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
argTypes: {
|
||||
color: { options: ['primary', 'secondary', 'tertiary'] },
|
||||
text: { control: 'text' },
|
||||
@@ -21,7 +22,7 @@ type Story = StoryObj<typeof meta>;
|
||||
|
||||
export const Example: Story = {
|
||||
args: {
|
||||
color: 'tertiary',
|
||||
color: 'primary',
|
||||
text: 'Hello, World!',
|
||||
variant: 'filled'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user