diff --git a/src/components/Alert/Alert.stories.tsx b/src/components/Alert/Alert.stories.tsx index 412dff0d67..3e5e8a9f99 100644 --- a/src/components/Alert/Alert.stories.tsx +++ b/src/components/Alert/Alert.stories.tsx @@ -122,3 +122,12 @@ export const withCTA = (): React.ReactElement => ( {testText} ) + +export const withValidation = (): React.ReactElement => ( + + + +)