diff --git a/docs/components/input.md b/docs/components/input.md
index 388f86f8..a53b1cea 100644
--- a/docs/components/input.md
+++ b/docs/components/input.md
@@ -262,27 +262,37 @@ const App = () => (
### Customizing Label Position
-Use parts to customize the label's position.
+Use [CSS parts](#css-parts) to customize the way form controls are drawn. This example uses CSS grid to position the label to the left of the control, but the possible orientations are nearly endless. The same technique works for inputs, textareas, radio groups, and similar form controls.
```html preview
-
-
+
+
+
```