Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created July 8, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShanikaNishadhi/ca71be6e5e295a9cc22cafdb38e6773d to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/ca71be6e5e295a9cc22cafdb38e6773d to your computer and use it in GitHub Desktop.
<template>
<JqxSplitter :width="850" :height="850" :orientation="'horizontal'"
:panels="[{ size: '50%' }, { size: '50%' }]">
// we will add more splitter in this div.
<div>
</div>
</JqxSplitter>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment