You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explorable articles are stored as mdx pages in the datenguide/datenguide repo (comparable to blog articles)
components are developed inside the storybook
To write a new component:
In /storybook:
- add a new component.js file in explorables/components
- add a component.stories.js file in explorables/stories
- publish the component as npm package
To use the new component in a explorable article:
In datenguide/datenguide:
- clone the explorable template
- import the components you need via npm
- import and use the components in your mdx article file
The text was updated successfully, but these errors were encountered:
To write a new component:
In /storybook:
- add a new component.js file in explorables/components
- add a component.stories.js file in explorables/stories
- publish the component as npm package
To use the new component in a explorable article:
In datenguide/datenguide:
- clone the explorable template
- import the components you need via npm
- import and use the components in your mdx article file
The text was updated successfully, but these errors were encountered: