diff --git a/.storybook/forms.js b/.storybook/forms.js index c9f0f1a4..a51ee058 100644 --- a/.storybook/forms.js +++ b/.storybook/forms.js @@ -138,3 +138,20 @@ storiesOf('Forms', module) )) +.add('form validation', () => ( +
+
+
+
+
+
This example input has an error.
+
+
+
+
+
+
This example input has a warning.
+
+
+
+))