various
This commit is contained in:
parent
392fb9ad6d
commit
fed40a0294
2 changed files with 9 additions and 1 deletions
8
src/docs/theme-builder/theme-builder.stories.mdx
Normal file
8
src/docs/theme-builder/theme-builder.stories.mdx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Meta } from '@storybook/addon-docs';
|
||||
import { parameters } from '$docs/utils/docsPage.js';
|
||||
|
||||
<Meta title="Theming/Theme builder" parameters={{ ...parameters }} />
|
||||
|
||||
# Theme builder
|
||||
|
||||
TK...
|
||||
|
|
@ -6,7 +6,7 @@ import lightTheme from '../../components/Theme/themes/light';
|
|||
|
||||
// This is a React equivalent for the Svelte Theme component
|
||||
// which is useful for setting CSS variables in MDX docs around
|
||||
// typography demos. It also wraps demos in a unstyled storybook
|
||||
// typography demos. It also wraps demos in an unstyled storybook
|
||||
// canvas.
|
||||
|
||||
const ThemeWrapper = (props) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue