docs: add drawer stories (#37409)

This commit is contained in:
yyh 2026-06-15 09:03:42 +08:00 committed by GitHub
parent 8eb6a19784
commit df5be19fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1063 additions and 0 deletions

View File

@ -16,7 +16,13 @@ html[data-theme='dark'] {
}
body {
position: relative;
background: var(--color-components-panel-bg);
color: var(--color-text-primary, #101828);
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
#storybook-root,
#storybook-docs {
isolation: isolate;
}

File diff suppressed because it is too large Load Diff