This repository was archived by the owner on May 7, 2025. It is now read-only.
v1.0.0-rc.4
BREAKING
As of this release, you must use parameters
instead of args
to configure your stories:
export const Hover = () => <Button>Label</Button>
Hover.parameters = { pseudo: { hover: true } }
This is necessary to avoid the pseudo
object from getting passed to your component via props
.