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

Heya, looks like a great add-on! I can't use it quite yet because some combinators are broken. The following statement: ``` .parent > :focus { ... } ``` Tries to...

📦 Published PR as canary version: 1.1.0-canary.8.b81386e.0 :sparkles: Test out this PR locally via: ```bash npm install [email protected] # or yarn add [email protected] ```

minor

# Support pseudo selectors escape This pull request adds support for escaping pseudo selectors, for example: - `.btn\:hover` is a a class with no psuedo selector applied `` - `.btn\\:hover`...

Hi! Wonderful work here. I've noticed a recent merge of a PR that ostensibly adds support for docs page, but cannot tell if I's facing a bug, or I've misunderstood...

Hi, We are trying to create some stories for our components states like hover but no luck. [Here](https://github.com/chromaui/chromatic-cli/issues/622#issuecomment-1205368490) you can look at our other issue before using this addon. Code:...

Hi, thanks for this great addon! It would be very handy if the documentation would be more complete. I had to go into the source files to discover that `focusVisible`,...

When a pseudo selector is used in an exclusion, i.e. `:not(:hover)`, it should not be used to generate a pseudo state class. We've seen this in various rules: `:not(:hover) {...

**TL;DR:** `parameters.pseudos = false` could be used to make the `withPseudoState` simply return the wrapped story ----- This addon globally applies the `withPseudoState` decorator. But, because of its usage of...

**Describe the bug** Doesnt work with components containing SVG elements (may be already in issues but not detected as SVG problem) **To Reproduce** Steps to reproduce the behavior: 1. init...

Getting `"exports" is not defined` error when using this plugin along with `vite` core. I think the possible solution would to include add an `ES Modules` build in the dist....