Vu Luong

Results 3 issues of Vu Luong

Move `Input` from `components/forms/controls/input.tsx` out to `components/input.tsx`, since it's used outside of forms too. Requires https://github.com/getsentry/getsentry/pull/7979

Scope: Frontend

- Mark `DropdownMenu` as deprecated (by changing the file name to `dropdownMenuDeprecated` and adding a `@deprecated` comment tag). There's a list of alternatives in the deprecation comment. - Add an...

Scope: Frontend

Add a new `Tabs` component as a replacement for `NavTabs`, with a composable implementation and full accessibility support (via `react-aria`). Sample usage: ```jsx import {Item, TabList, TabPanels, Tabs} from 'sentry/components/tabs';...

Scope: Frontend