storybook-addon-pseudo-states icon indicating copy to clipboard operation
storybook-addon-pseudo-states copied to clipboard

CSS pseudo-classes for Storybook

Results 58 storybook-addon-pseudo-states issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

Opening this issue so we can address the upcoming changes on how addons are built/updated for the upcoming 7.0 release. If anyone is interested in making the changes required and...

Hi there, I'm trying to use the pseudo-states in a Next.js + Tailwind CSS project, but I can't make them work. I have installed the add-on correctly in `.storybook/main.js`, and...

Loving this plugin, but am having an issue where the states aren't being applied in iframe mode (I'm using this mode for testing in Cypress) Works perfectly (i.e. default SB)...

In this PR i bumped most of the dependencies to their latest versions. This PR does should not have breaking-changes. I was unable to upgrade "concurrently" and "jest" as then...

Hey! Great work on this storybook addon, I would love to use it in my project, but I found a small issue while setting it up: As I'm building a...

Fixes https://github.com/chromaui/storybook-addon-pseudo-states/issues/79 When replacing the pseudostates (like :hover) specifically look only at the end of the selector instead of the whole selector.

I'm using Vite to build my storybook manager and bundle. All my css ends up in one 223kb css file. Using this plugin works fine in dev mode, but since...

This line causes [any parameters to overwrite the globals from the url](https://github.com/chromaui/storybook-addon-pseudo-states/blob/main/src/preview/withPseudoState.ts#L121). If I visit a url like : `http://localhost:6007/iframe.html?id=my-component&viewMode=story&globals=pseudo.active:!true`, we render once with the globals passed in, then parameters...