code: tsx,storybook,stories (1 files)

This commit is contained in:
Richard Ward
2025-12-31 01:59:51 +00:00
parent 1b9d476816
commit 412bc9b2f4

View File

@@ -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'] },