Skip to content

Instantly share code, notes, and snippets.

@daKmoR
Created April 13, 2020 21:22
Show Gist options
  • Save daKmoR/bbbef7b7def60285478aed9366e49ab2 to your computer and use it in GitHub Desktop.
Save daKmoR/bbbef7b7def60285478aed9366e49ab2 to your computer and use it in GitHub Desktop.
Markdium-Introducing mdjs - interactive demos everywhere
{
html: '<h1>This is my component</h1><my-component></my-component>',
jsCode: "import './my-component.js';",
stories: [
key: 'demo',
name: 'demo',
code: 'export const demo = () => `<my-component header="from attribute"></my-component>`',
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment