mirror of
https://github.com/langgenius/dify.git
synced 2026-06-16 14:01:10 +08:00
docs: add drawer stories (#37409)
This commit is contained in:
parent
8eb6a19784
commit
df5be19fc2
@ -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;
|
||||
}
|
||||
|
||||
1057
packages/dify-ui/src/drawer/index.stories.tsx
Normal file
1057
packages/dify-ui/src/drawer/index.stories.tsx
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user