Vojtech Miksu
Vojtech Miksu
Seems like a pretty niche feature. We already highlight and scroll to the story's lines of code. Would be helpful to just not display (collapse) the code before/after?
Oh ok, that makes more sense. We could probably implement something like this: ```tsx import SomeStory from './some-story.tsx'; export const Story => ; Story.meta = { addon_source: { locStart: 12,...
> what would support for MDX look like in Ladle? We have many Storybook instances that use `addon-docs` and MDX, so Ladle's support is important and will mimic Storybook as...
You can follow this issue.
After the config overhaul it's the top priority. (that and CSF3) Likely a few more weeks.
I want to announce it at [ViteConf](https://viteconf.org/schedule/introducing_ladle_develop_and_test_your_react_stories_faster) next month, so it needs to be done by that. 😅 > help get this added if you are looking for contributors For...
What's your naming scheme? Even a single glob is pretty flexible.
> I was planning to submit a PR for this later today Please do.
Sounds good
Can you add an example + e2e test for this feature?