dashbook
dashbook copied to clipboard
dartdoc support
One useful feature of Storybook is the Docs tab which supports components or MDX.
I feel like one potential way to support this in dashbook is to load the dart docs in an iframe (if web) or a webview (if mobile). Each story could accept a dartDocUrl.
It would also definitely be nice to have support for Markdown, I was just thinking of loading dart docs as a quick and easy solution that doesn't require developers to author something separate.