You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Instead of showing an attribute the same way as the pseudo states, apply all pseudo states to the attribute, too.
For instance, instead of selected state is displayed below all other states, it is used as a second 'normal' state and all pseudo states are applied to the selected state in a second column next to the normal.
Describe alternatives you've considered
Workaround is to create another story and enable property/attribute manually via props instead of parameters.withPseudo.attributes
Another solution is to use knobs-addon and enable property/attribute via knob
Progress:
Angular
React
Vue
HTML
Lit
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Instead of showing an attribute the same way as the pseudo states, apply all pseudo states to the attribute, too.
For instance, instead of
selected
state is displayed below all other states, it is used as a second 'normal' state and all pseudo states are applied to theselected
state in a second column next to the normal.Describe alternatives you've considered
props
instead ofparameters.withPseudo.attributes
Progress:
The text was updated successfully, but these errors were encountered: