mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 05:37:56 +01:00
docs(team): center cards
This commit is contained in:
@@ -55,6 +55,7 @@ const icons = {
|
|||||||
:title="user.name"
|
:title="user.name"
|
||||||
:description="[user.pronouns, user.location].filter(Boolean).join(' ・ ')"
|
:description="[user.pronouns, user.location].filter(Boolean).join(' ・ ')"
|
||||||
:ui="{
|
:ui="{
|
||||||
|
wrapper: 'items-center',
|
||||||
container: 'gap-y-4 lg:p-8',
|
container: 'gap-y-4 lg:p-8',
|
||||||
leading: 'flex justify-center',
|
leading: 'flex justify-center',
|
||||||
title: 'text-center',
|
title: 'text-center',
|
||||||
@@ -123,6 +124,7 @@ const icons = {
|
|||||||
:key="contributor.username"
|
:key="contributor.username"
|
||||||
:title="contributor.username"
|
:title="contributor.username"
|
||||||
:ui="{
|
:ui="{
|
||||||
|
wrapper: 'items-center',
|
||||||
container: 'gap-y-2',
|
container: 'gap-y-2',
|
||||||
leading: 'flex justify-center',
|
leading: 'flex justify-center',
|
||||||
title: 'text-center',
|
title: 'text-center',
|
||||||
|
|||||||
Reference in New Issue
Block a user