Dialog A window overlaid on either the primary window or another dialog window, rendering the content underneath inert. Edit profile index.jsxindex.jsx styles.cssstyles.css import*asReactfrom"react"; import{Dialog}from"radix-ui"; import{Cross2Icon}from"@radix-ui/react-icons";...
Can we have separate events to trigger for onOpen and onClose in a modal? Currently we've the onOpenChange for radix dialog that triggers whenever the dialog opens or closes. Can we bring a way to have individual events for open and close? I've a logic for it already, if its ...
Bug report Current Behavior So till now I was using headless-ui dialog in my application. Everything was smooth on my iphone 8. Recently I decided to drop headless-ui in favor of radix-ui but endup with problems. Previously (with headles...
View docs [here](https://radix-ui.com/primitives/docs/components/dialog).. Latest version: 1.1.10, last published: 4 days ago. Start using @radix-ui/react-dialog in your project by running `npm i @radix-ui/react-dialog`. There are 3184 other projects in
<script setup lang="ts"> import { Icon } from '@iconify/vue' import { ref } from 'vue' import { NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, } from 'radix-vue' import...
{{ dialogOpen ? "Close" : "Open" }} </button> </div> <DialogRoot v-model:open="dialogOpen" :modal="false"> <DialogTrigger class="text-violet11 shadow-blackA7 hover:bg-mauve3 inline-flex h-[35px] items-center justify-center rounded-[4px] bg-white px-[15px] font-medium leading...
This PR contains the following updates: Package Change Age Adoption Passing Confidence @radix-ui/react-dialog (source) 1.1.5 -> 1.1.6 Release Notes radix-ui/primitives (@radix-ui/r...
The override may be simple enough when using radix dialog directly in an app, but it adds some complexity when using radix dialog in a shared component library. Your environment SoftwareName(s)Version Radix Package(s) @radix-ui/react-dialog 1.0.3 React n/a 17.0.2 Browser Chrome 111.0....
Bug report Current Behavior When opening a Select within a dialog on Firefox, it triggers an infinite recursion error "Uncaught InternalError: too much recursion". Untitled.1.mp4 Expected behavior No recursion error to occur Reproducible...
I'm using a Dialog from Radix UI Themes inside a Web Component Shadow DOM, and it's working well, except for an error message related to the DialogTitle: `DialogContent` requires a `DialogTitle` for the component to be accessible for scr...