evex-ui

Evex UI is beautiful web ui components.

MIT License

Stars
10

Evex UI

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.



Features

  • High Performance 🚀
  • Easy to use 🎉
  • Super Beautiful 🔥
  • Support All Runtime ❄

Installation

npx jsr add @evex/ui
bunx --bun jsr add @evex/ui
deno add @evex/ui
import { PoweredBy } from "@evex/ui";

export default function Page() {
  return (
    <>
      ...
      <PoweredBy />
      ...
    </>
  );
}