chore: improve storybooks (#27306)

This commit is contained in:
非法操作
2025-10-23 11:00:45 +08:00
committed by GitHub
parent 4bb00b83d9
commit b198c9474a
32 changed files with 1077 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ const createToggleItem = <T extends { id: string; checked: boolean }>(
}
const meta = {
title: 'Base/Checkbox',
title: 'Base/Input/Checkbox',
component: Checkbox,
parameters: {
layout: 'centered',