diff --git a/docs/components/split-panel.md b/docs/components/split-panel.md index ff039e029..61bd97823 100644 --- a/docs/components/split-panel.md +++ b/docs/components/split-panel.md @@ -583,11 +583,11 @@ const App = () => ( ### Customizing the Divider -You can target the `divider` part to apply CSS properties to the divider. To add a handle, slot an icon or another element into the `handle` slot. When customizing the divider, make sure to think about focus styles for keyboard users. +You can target the `divider` part to apply CSS properties to the divider. To add a custom handle, slot an icon into the `divider` slot. When customizing the divider, make sure to think about focus styles for keyboard users. ```html preview - +
( - +
( Here's a more elaborate example that changes the divider's color and width and adds a styled handle. ```html preview -
+
- +