ladle icon indicating copy to clipboard operation
ladle copied to clipboard

πŸ₯„ Develop, test and document your React story components faster.

Results 61 ladle issues
Sort by recently updated
recently updated
newest added

**Proposal** Rewrite styles so Ladle gets a Fresh and Professional UI that reflects its engineering powers. **Screenshots** ![Example](https://user-images.githubusercontent.com/9030018/163634369-d0416596-883b-44de-89f9-19fc78fe47b0.gif) **Considerable Changes** - Compile styles using Postcss, CSS Nano, Autoprefixer and Tailwind...

**Describe the bug** When cloning style nodes in iframe mode (#196) styles inserted using the [CSSStyleSheet API](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/CSSStyleSheet) don't make it across. I'm using [Fela](https://fela.js.org/docs/latest/advanced/dom-rendering) which uses `CSSStyleSheet.insertRule`. StackOverflow answer that...

question

**Describe the bug** globby can accept a string or an array of strings as patterns to search for, but the ladle build script assumes that `config.stories` is a single string...

enhancement

Documentation to support NX monorepo setup. Adding a target for libs/ui -> `project.json` as follows: ``` "stories": { "executor": "nx:run-commands", "options": { "command": "pnpm ladle serve" } } ``` and...

needs reproduction

I am new to ladle, trying to migrate an interal storybook to ladle as an experiment. In our usage, we customized the source code of a story, since the code...

enhancement

Storybook has broad support; any plans for allowing plugins for other libraries like Vue, etc?

question

**Is your feature request related to a problem? Please describe.** We heavily use Storybook in Wix for screenshot testing our library components. What current storybook supports and will not deprecate...

enhancement

I have stories for simple components that work fine. But once I click on a story for a component that uses the `next/image` component, nothing renders and ladle is broken...

documentation
good first issue

When developing components that have callbacks , like β€˜onClick’, it would be nice to be able to see somewhere in the ladle ui that the correct callback has been fired,...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, Ladle doesn't offer a built-in way to add elements to the ``; such as `style`s, `link`s and other meta...

enhancement