bbbtech / storybook-formik

A storybook decorator that allows you to use components in your stories that rely on Formik context.
53 stars 17 forks source link

Added "With Controls" story and converted `castArgs` to `castValues` #38

Closed jlaramie closed 2 years ago

jlaramie commented 2 years ago

I meant this to be in the previous pull request as I think castValues is a better more obvious name for what it does. I can rename it back to castArgs if you don't want to deal with the name change.

The story is so that there is a full example using this library with the storybook controls

bhishp commented 2 years ago

Some screenshots for anyone else who stumbles across this PR

Controls

image

Formik

image
bhishp commented 2 years ago

Changes look good to me, sorry for merging early. Thanks again for contributing

bhishp commented 2 years ago

Deployed in v2.3.1

jlaramie commented 2 years ago

Awesome! Glad to have these changes in!