mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
Compare commits
4 Commits
fix/sfc
...
feat/updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a62bf25519 | ||
|
|
9dc972a2a1 | ||
|
|
dc89c6afed | ||
|
|
70d0de432e |
@@ -56,14 +56,14 @@ useSeoMeta({
|
|||||||
:modifiers="{
|
:modifiers="{
|
||||||
position: 'top'
|
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">
|
<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 text-white font-medium">
|
<span class="text-sm font-medium text-black">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</span>
|
</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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ export const collections = {
|
|||||||
items: z.array(z.object({
|
items: z.array(z.object({
|
||||||
name: z.string(),
|
name: z.string(),
|
||||||
url: z.string(),
|
url: z.string(),
|
||||||
|
github: z.string().optional(),
|
||||||
screenshotUrl: z.string().optional(),
|
screenshotUrl: z.string().optional(),
|
||||||
screenshotOptions: z.object({
|
screenshotOptions: z.object({
|
||||||
delay: z.number()
|
delay: z.number()
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ items:
|
|||||||
- name: Ovatu
|
- name: Ovatu
|
||||||
url: https://ovatu.com/
|
url: https://ovatu.com/
|
||||||
- name: Shelve
|
- name: Shelve
|
||||||
url: https://shelve.cloud/
|
url: https://shelve.cloud
|
||||||
|
github: https://github.com/hugorcd/shelve
|
||||||
- name: Uneed
|
- name: Uneed
|
||||||
url: https://uneed.best/
|
url: https://uneed.best/
|
||||||
- name: Details
|
- name: Details
|
||||||
@@ -29,3 +30,7 @@ items:
|
|||||||
url: https://www.juno.one/
|
url: https://www.juno.one/
|
||||||
- name: Pallyy
|
- name: Pallyy
|
||||||
url: https://pallyy.com/
|
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