Skip to content

Commit

Permalink
chore: simple addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Dec 2, 2023
1 parent de5facf commit 053674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/howto-storybook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Storybook composition

When using an own Storybook within your project, you can make use of the [Storybook composition feature](https://storybook.js.org/docs/react/sharing/storybook-composition), to integrate it in your own Storybook.
Therefore, you need to link the published `@db-ui/elements` Storybook in your own by adding a reference in your Storybook `main.js` file.
Therefore, you need to link the published `@db-ui/elements` Storybook in your own by adding a reference in your Storybook `main.js`/`main.ts` file.

```js
module.exports = {
Expand Down

0 comments on commit 053674f

Please sign in to comment.