Skip to content

Commit 8c87008

Browse files
Marc VeensMarc Veens
authored andcommitted
Deploying Storybook as demo environment
1 parent 64e59fa commit 8c87008

File tree

4 files changed

+264
-32
lines changed

4 files changed

+264
-32
lines changed

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config: StorybookConfig = {
66
'@storybook/addon-links',
77
'@storybook/addon-essentials',
88
'@storybook/addon-onboarding',
9-
'@storybook/addon-interactions'
9+
'@storybook/addon-storysource'
1010
],
1111
framework: {
1212
name: '@storybook/react-vite',

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
[![npm](https://img.shields.io/npm/v/react-drawio.svg?style=flat)](https://www.npmjs.com/package/react-drawio)
44
[![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+
57

68
React component for integrating the <a href="https://app.diagrams.net">Diagrams</a> (<a href="https://www.drawio.com/">draw.io</a>) embed iframe.
79

810
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.
911

1012
## Table of Contents
1113

14+
* [Demo](https://marcveens.github.io/react-drawio)
1215
* [Installation](#installation)
1316
* [Examples](#examples)
1417
* [API documentation](#api-documentation)

0 commit comments

Comments
 (0)