[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Start building
your app now
Start building
your app now

An open source component library optimized for fast development, easy maintenance, and accessibility. Just import and go—no configuration required.

import "@radix-ui/themes/styles.css";
import { Theme, Button } from "@radix-ui/themes";
export default () => (
<Theme>
<Button>Hey 👋</Button>
</Theme>
);