docs(input-menu/select-menu/select): add example with full item width (#4419)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
J-Michalek
2025-07-08 12:43:49 +02:00
committed by GitHub
parent c1427a3264
commit 513cca25f6
22 changed files with 197 additions and 10 deletions

View File

@@ -42,11 +42,11 @@ const items = [{
<UTimeline
:items="items"
size="xs"
class="w-96"
:ui="{
date: 'float-end ms-1',
description: 'px-3 py-2 ring ring-default mt-2 rounded-md text-default'
}"
class="w-96"
>
<template #title="{ item }">
<span>{{ item.username }}</span>