Evex UI is beautiful web ui components written by react.
It is not necessary to use a processor such as Tailwind.
Everything is written in Vanilla CSS.
Develop now
Documentation: ui.evex.land
- High Performance π
- Easy to use π
- Super Beautiful π₯
- Support All Runtime β
npx jsr add @evex/ui
bunx --bun jsr add @evex/ui
deno add @evex/uiimport { PoweredBy } from "@evex/ui";
export default function Page() {
return (
<>
...
<PoweredBy />
...
</>
);
}