Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Name | Description | Default | Control |
---|---|---|---|
name | This is the name for it's value in formik. must match formik definition string | "componentName" | |
formik* | This is the complete form from useFormik FormikSharedConfig<{}> & FormikState<any> & FormikHelpers<any> & FormikHandlers & FormikComputedProps<any> & FormikRegistration & { ...; } | - | |
options | Must be an array of objects with value and label { value: any; label: string; }[] | ||
label | string | "label" | |
size | "medium""small" | "medium" | |
variant | "outlined""filled""standard" | "outlined" |