console-ninja icon indicating copy to clipboard operation
console-ninja copied to clipboard

[Feature]: storybook support

Open HaveF opened this issue 10 months ago • 0 comments

Describe the feature you'd like.

When debugging React components, Storybook is a very common way. Sometimes we need to check in Storybook whether its styles and functions are complete. So I hope that console.ninja can support Storybook.

here is my sample repo, use pnpm install first, then pnpm exec nx storybook @react-monorepo/lib-test-ui, we can open the storybook page:

Image

For now, this console.log can't appears in console ninja, as well as the log from components.

HaveF avatar Jun 02 '25 05:06 HaveF