Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/evex-dev/evex-ui
- Owner: evex-dev
- License: mit
- Created: 2024-09-03T10:21:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:56:39.000Z (4 months ago)
- Last Synced: 2024-09-30T12:01:20.653Z (4 months ago)
- Topics: astro, components, nextjs, react, tailwindcss, ui, unocss
- Language: TypeScript
- Homepage: https://ui.evex.land
- Size: 1.16 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
<>
...
...
>
);
}
```