Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evex-dev/evex-ui

Evex UI is beautiful web ui components.
https://github.com/evex-dev/evex-ui

astro components nextjs react tailwindcss ui unocss

Last synced: 4 months ago
JSON representation

Evex UI is beautiful web ui components.

Awesome Lists containing this project

README

        

# 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

```bash
npx jsr add @evex/ui
bunx --bun jsr add @evex/ui
deno add @evex/ui
```

```ts
import { PoweredBy } from "@evex/ui";

export default function Page() {
return (
<>
...

...
>
);
}
```