<ThunderIDOrganizationList />
The ThunderIDOrganizationList component renders a list of all organizations the authenticated user belongs to, allowing the user to select and switch into one. It is auto-registered by the Nuxt module.
Usage
pages/orgs.vue
<script setup lang="ts">
definePageMeta({ middleware: 'auth' })
</script>
<template>
<ThunderIDOrganizationList />
</template>
Props
| Prop | Type | Required | Description |
|---|---|---|---|
appearance | Appearance | ❌ | Customize the component's visual appearance |
preferences | Preferences | ❌ | Customization options for i18n and theming |