Skip to content
On this page

Sizes examples


25.0%

75.0%

Init your component with custom sizes for each element. Default is 50/50. You can change it manually by changing the sizes prop.

html
<SplitWrapper :sizes="[25, 75]">
...
</SplitWrapper>

More

Check out the official SplitJS website for the full list of examples.