mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 12:48:28 +02:00
✨ Add new components to storybook (#5632)
* ✨ Add new components to storybook * ✨ Changes after review * ✨ More changes after review * ✨ Add file history components to the application * ✨ Unnest selector
This commit is contained in:
parent
0cf4d4636a
commit
c215214120
34 changed files with 1033 additions and 210 deletions
|
@ -23,7 +23,12 @@ const preview = {
|
|||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
backgrounds: { disable: true },
|
||||
backgrounds: {
|
||||
values: [
|
||||
{ name: 'theme', value: 'var(--color-background-secondary)' },
|
||||
],
|
||||
default: 'theme',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue