Skip to content

Commit

Permalink
docs(HorizontalScroll): add spacing values for example playground
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Nov 27, 2024
1 parent 953cf2b commit aecefeb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/src/__examples__/HorizontalScroll/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,20 @@ export default {
{
name: "spacing",
type: "select",
options: ["none", "50", "100", "200", "300", "400", "600", "800", "1000"],
options: [
"none",
"50",
"100",
"150",
"200",
"300",
"400",
"600",
"800",
"1000",
"1200",
"1600",
],
defaultValue: "none",
},
],
Expand Down

0 comments on commit aecefeb

Please sign in to comment.