mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 12:39:35 +01:00
Compare commits
4 Commits
fix/form-s
...
feat/updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a62bf25519 | ||
|
|
9dc972a2a1 | ||
|
|
dc89c6afed | ||
|
|
70d0de432e |
@@ -56,14 +56,14 @@ useSeoMeta({
|
||||
:modifiers="{
|
||||
position: 'top'
|
||||
}"
|
||||
class="aspect-[16/9] size-full opacity-75 group-hover:opacity-100 group-hover:scale-110 duration-200 transition-[scale,opacity] pointer-events-none"
|
||||
class="aspect-[16/9] size-full opacity-100 group-hover:opacity-70 group-hover:scale-110 duration-200 transition-[scale,opacity] pointer-events-none"
|
||||
/>
|
||||
|
||||
<div class="absolute flex items-center px-2.5 py-0.75 gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none bg-black/90 rounded-full">
|
||||
<span class="text-sm text-white font-medium">
|
||||
<div class="absolute flex items-center px-2.5 py-0.75 gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none bg-white rounded-full">
|
||||
<span class="text-sm font-medium text-black">
|
||||
{{ item.name }}
|
||||
</span>
|
||||
<UIcon name="i-lucide-arrow-up-right" class="size-4 shrink-0 text-white" />
|
||||
<UIcon name="i-lucide-arrow-up-right" class="size-4 shrink-0 text-black" />
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -69,6 +69,7 @@ export const collections = {
|
||||
items: z.array(z.object({
|
||||
name: z.string(),
|
||||
url: z.string(),
|
||||
github: z.string().optional(),
|
||||
screenshotUrl: z.string().optional(),
|
||||
screenshotOptions: z.object({
|
||||
delay: z.number()
|
||||
|
||||
@@ -8,7 +8,8 @@ items:
|
||||
- name: Ovatu
|
||||
url: https://ovatu.com/
|
||||
- name: Shelve
|
||||
url: https://shelve.cloud/
|
||||
url: https://shelve.cloud
|
||||
github: https://github.com/hugorcd/shelve
|
||||
- name: Uneed
|
||||
url: https://uneed.best/
|
||||
- name: Details
|
||||
@@ -29,3 +30,7 @@ items:
|
||||
url: https://www.juno.one/
|
||||
- name: Pallyy
|
||||
url: https://pallyy.com/
|
||||
- name: Readyy
|
||||
url: https://readyy.app/
|
||||
- name: CareerDeck
|
||||
url: https://careerdeck.ai
|
||||
|
||||
BIN
docs/public/assets/showcase/careerdeck.png
Normal file
BIN
docs/public/assets/showcase/careerdeck.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/public/assets/showcase/readyy.png
Normal file
BIN
docs/public/assets/showcase/readyy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 282 KiB |
Reference in New Issue
Block a user