<CreateOrganization />
​
The <CreateOrganization />
component is used to render an organization creation UI that allows users to create brand new organizations within your application.
Props ​
Click here to see the full list of props available.
Usage ​
vue
<script setup>
import { CreateOrganization } from 'vue-clerk'
</script>
<template>
<CreateOrganization />
</template>