mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 09:45:00 +00:00
code: tsx,storybook,stories (1 files)
This commit is contained in:
@@ -14,7 +14,7 @@ const meta: Meta = {
|
||||
export default meta
|
||||
|
||||
export const ClassDemo: StoryObj<{ packageId: string; className: string }> = {
|
||||
args: { packageId: 'ui_level3', className: 'button' },
|
||||
args: { packageId: packageIds[0], className: 'button' },
|
||||
argTypes: {
|
||||
packageId: { control: 'select', options: packageIds },
|
||||
className: { control: 'select', options: ['button', 'card', 'table', 'input'] },
|
||||
|
||||
Reference in New Issue
Block a user