This content originally appeared on Bram.us and was authored by Bramus!
Unstyled, accessible components for building high‑quality design systems and web apps in React.
Comes with components such as Dialog, Popover, Dropdown Menu, Toggle, …
import * as Popover from '@radix-ui/react-popover';
function App() {
return (
<Popover.Root>
<Popover.Trigger>...</Popover.Trigger>
<Popover.Content>...</Popover.Content>
</Popover.Root>
);
}
Installation per NPM:
npm install @radix-ui/react-popover
This content originally appeared on Bram.us and was authored by Bramus!
Bramus! | Sciencx (2021-11-25T15:46:49+00:00) Radix UI. Retrieved from https://www.scien.cx/2021/11/25/radix-ui/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.