João Pedro Magalhães
João Pedro Magalhães
- Adicionado CSS para melhorar acessibilidade - Adicionado a prop `aria-hidden="true" aos SVG's`
Gostaria de fazer a tradução do capítulo "Reading files"
Fiz um redesign do DevChallenge, e se vocês gostarem e aceitarem, gostaria de ajudar na implementação **Figma**: https://www.figma.com/file/sl0OjLjHYKKPraktOjOtfO/devchallenge?node-id=0%3A1
### Description As suggested here https://github.com/radix-ui/primitives/pull/2004#issuecomment-1556985859, this PR adds non-modal mode only for the `popper` position since that mode for `item-aligned` position needs to be thought a little more. Closes...
Fixes #1585 Added support for reversed layouts in horizontal/vertical orientation. The reversed layout is being checked by the `flex-direction` CSS property. I don't know if it should be checked in...
### Description I'm using a similar approach as used in [`Menu`](https://github.com/radix-ui/primitives/blob/main/packages/react/menu/src/Menu.tsx#L636-L646) to select an item which uses the `onClick` event. I couldn't test if it works in safari because I...
Allow consumers to override component's props. Some examples where it can be useful: - Provide a custom `aria-label` to `Command.Loading` - Although this is not the main use case of...