diff --git a/docs/src/pages/components/ButtonSet.svx b/docs/src/pages/components/ButtonSet.svx index 53fa39d8..4c66e526 100644 --- a/docs/src/pages/components/ButtonSet.svx +++ b/docs/src/pages/components/ButtonSet.svx @@ -4,9 +4,11 @@ import Preview from "../../components/Preview.svelte"; +Group related buttons together in a set. Use this component to create consistent spacing and alignment between multiple buttons. + ## Default -Buttons in a button set are juxtaposed by default. +Place buttons side by side in a horizontal layout. @@ -15,7 +17,7 @@ Buttons in a button set are juxtaposed by default. ## Stacked -Set `stacked` to `true` to use the stacked variant. +Set `stacked` to `true` to arrange buttons vertically.