} from "radix-vue"; </script> <template> <AccordionRoot> <AccordionItem class=" border border-gray-400 rounded-2xl data-[state=open]:border-b-2 data-[state=open]:border-gray-800 " value="item-1" /> <!-- ... --> </AccordionRoot> </template>...
Vue Port of Radix UI
overlay-manager-vue Vue overlay component manager vue overlay manager modal dialog vue3 typescript radix-vue headless polcaneli• 0.3.3-beta.3 • 7 months ago • 0 dependents • MITpublished version 0.3.3-beta.3, 7 months ago0 dependents licensed under $MIT 4 ...
First, you need to import the namespaced components via radix-vue/namespaced in your Vue component. vue <script setup lang="ts"> import { Dialog, DropdownMenu } from 'radix-vue/namespaced' </script> Then, you can use all the relevant components within the namespace. ...
import { provide, ref } from "vue"; import { useVModel } from "@vueuse/core"; import { provide, ref, watchEffect } from "vue"; import { useScrollLock, useVModel } from "@vueuse/core"; const props = withDefaults(defineProps<DialogRootProps>(), { open: undefined, @@ -38,6 +...
Describe the bug Mobile browser scroll unlock To Reproduce Steps to reproduce the behavior: Use mobile browser to https://www.radix-vue.com/components/dialog.html Open dialog. Scroll unlocked Expected behavior Scroll will be locked Scree...
9 changes: 7 additions & 2 deletions 9 apps/www/src/lib/registry/new-york/ui/dialog/Dialog.vue Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -1,9 +1,14 @@ <script setup lang="ts"> import { DialogRoot } from 'radix-...
Closes #921 Adds a triggerElement prop to the DialogRoot so that the user can specify which trigger was used to open the dialog.
The dialog has some wrong behaviors. Include Dialog and AlertDialog Always scrollable background on mobile browser. Can't scroll the dialog content by mouse wheel, when its overflow behavior is sc...
New issue feat: allow hooking on Dialog animation end #901 Merged zernonia merged 5 commits into radix-vue:main from noook:feat/hook-dialog-animation-end May 9, 2024 +22 −4 Conversation 7 Commits 5 Checks 2 Files changed 2