diff --git a/src/components/CheckboxField/README.md b/src/components/CheckboxField/README.md index 5900faa4..12a7c94c 100644 --- a/src/components/CheckboxField/README.md +++ b/src/components/CheckboxField/README.md @@ -126,7 +126,7 @@ have. React.createElement(() => { const [agree, setAgree] = React.useState(true); return ( - + <> { validationState="invalid" validationText="You must agree to be able to proceed." /> - + ); }); ``` diff --git a/src/components/FormLayout/README.md b/src/components/FormLayout/README.md index c6e15fca..5c45e570 100644 --- a/src/components/FormLayout/README.md +++ b/src/components/FormLayout/README.md @@ -337,20 +337,20 @@ React.createElement(() => { - + <> - + - + <> { label="This is my delivery address" onChange={() => setIsDeliveryAddress(!isDeliveryAddress)} /> - + setFruit(e.target.value)} diff --git a/src/components/Modal/README.md b/src/components/Modal/README.md index 370b8c55..283875a0 100644 --- a/src/components/Modal/README.md +++ b/src/components/Modal/README.md @@ -26,7 +26,7 @@ React.createElement(() => { const modalPrimaryButtonRef = React.useRef(); const modalCloseButtonRef = React.useRef(); return ( - + <>