Skip to content

Commit 781193c

Browse files
Update the <Node> tooltip props demo to use reablocks
1 parent c7db1ed commit 781193c

File tree

7 files changed

+3062
-266
lines changed

7 files changed

+3062
-266
lines changed

.storybook/preview.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
import React from 'react';
2+
import { ThemeProvider, theme as reablocksTheme } from 'reablocks';
13
import theme from './theme';
24

5+
export const decorators = [
6+
Story => (
7+
<ThemeProvider theme={reablocksTheme}>
8+
<Story />
9+
</ThemeProvider>
10+
)
11+
]
12+
313
export const parameters = {
414
layout: 'centered',
515
docs: {

0 commit comments

Comments
 (0)