File tree Expand file tree Collapse file tree 4 files changed +264
-32
lines changed Expand file tree Collapse file tree 4 files changed +264
-32
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const config: StorybookConfig = {
6
6
'@storybook/addon-links' ,
7
7
'@storybook/addon-essentials' ,
8
8
'@storybook/addon-onboarding' ,
9
- '@storybook/addon-interactions '
9
+ '@storybook/addon-storysource '
10
10
] ,
11
11
framework : {
12
12
name : '@storybook/react-vite' ,
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm] ( https://img.shields.io/npm/v/react-drawio.svg?style=flat )] ( https://www.npmjs.com/package/react-drawio )
4
4
[ ![ Build] ( https://github.com/marcveens/react-drawio/actions/workflows/build.yml/badge.svg )] ( https://github.com/marcveens/react-drawio/actions/workflows/build.yml )
5
+ [ ![ Storybook demo] ( https://img.shields.io/badge/-Demo-FF4785?style=flat&logo=storybook&logoColor=white )] ( https://marcveens.github.io/react-drawio )
6
+
5
7
6
8
React component for integrating the <a href =" https://app.diagrams.net " >Diagrams</a > (<a href =" https://www.drawio.com/ " >draw.io</a >) embed iframe.
7
9
8
10
This is an unofficial best-effort package based on the embedding documentation that can be found at https://www.drawio.com/doc/faq/embed-mode .
9
11
10
12
## Table of Contents
11
13
14
+ * [ Demo] ( https://marcveens.github.io/react-drawio )
12
15
* [ Installation] ( #installation )
13
16
* [ Examples] ( #examples )
14
17
* [ API documentation] ( #api-documentation )
You can’t perform that action at this time.
0 commit comments