Skip to content

Latest commit

Β 

History

History
44 lines (32 loc) Β· 691 Bytes

File metadata and controls

44 lines (32 loc) Β· 691 Bytes

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.


Develop now

Documentation: ui.evex.land


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 />
      ...
    </>
  );
}