diff --git a/docs/components/input.md b/docs/components/input.md index adf94ead..499c9ca7 100644 --- a/docs/components/input.md +++ b/docs/components/input.md @@ -145,11 +145,11 @@ const App = () => ( The `type` attribute controls the type of input the browser renders. ```html preview - +
- +
- + ``` ```jsx react @@ -157,11 +157,11 @@ import { SlInput } from '@shoelace-style/shoelace/dist/react'; const App = () => ( <> - +
- +
- + ); ```