Playground

ppw-playground-main

ppw-playground-main

playground
Left pane
>
Right pane
  <ppw-playground-main>
    <template #left="leftProps">
      <ppw-json-editor json-schema v-model="content" />
    </template>

    <template #right="rightProps">
      <textarea :value="JSON.stringify(content)" class="w-full" />

      <ppw-json-editor :schema="content" />
      <!--<ppw-editor v-model="content" language="yaml" />-->
    </template>
  </ppw-playground-main>