Skip to content

evex-dev/evex-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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