VibeCoderzVibeCoderz
Telegram
All Prompts
Step Feature Card with Icons & Progress (Tailwind) preview
cardstepfeaturetailwindiconprogressonboardingui

Step Feature Card with Icons & Progress (Tailwind)

Карточка шага с иконками и прогрессом на Tailwind. Отображает номер, иконку, текст, доп. иконки и прогресс. Идеально для онбординга и пошаговых процессов.

Prompt

<article class="sm:p-6 flex flex-col min-h-[420px] bg-white/10 ring-1 ring-white/15 backdrop-blur rounded-2xl pt-5 pr-5 pb-5 pl-5 justify-between edit-mode-selected" id="aura-emer78pyv">
            <div class="space-y-5">
                <div class="flex items-center gap-3">
                    <div class="h-12 w-12 rounded-full bg-white/20 ring-1 ring-white/25 flex items-center justify-center">
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="sparkles" class="lucide lucide-sparkles h-5 w-5 text-white/90"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"></path><path d="M20 2v4"></path><path d="M22 4h-4"></path><circle cx="4" cy="20" r="2"></circle></svg>
                    </div>
                    <div class="">
                        <h3 class="text-lg font-semibold text-white font-geist tracking-tight">02. Plan</h3>
                        <p class="text-xs text-white/60 font-geist uppercase tracking-wider">AI Crafting</p>
                    </div>
                </div>
                <p class="text-sm text-white/80 font-geist">Watch as your perfect itinerary takes shape. Our AI weaves together places, timing, and experiences that match your rhythm.</p>
                <div class="flex items-center gap-2">
                    <div class="flex -space-x-1">
                        <div class="h-6 w-6 rounded-full bg-white/20 ring-2 ring-white/20 flex items-center justify-center">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="map-pin" class="lucide lucide-map-pin h-3 w-3 text-white/70"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>
                        </div>
                        <div class="h-6 w-6 rounded-full bg-white/20 ring-2 ring-white/20 flex items-center justify-center">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="calendar" class="lucide lucide-calendar h-3 w-3 text-white/70"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg>
                        </div>
                        <div class="h-6 w-6 rounded-full bg-white/20 ring-2 ring-white/20 flex items-center justify-center">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="heart" class="lucide lucide-heart h-3 w-3 text-white/70"><path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"></path></svg>
                        </div>
                    </div>
                    <span class="text-xs text-white/60 font-geist">Personalized suggestions</span>
                </div>
            </div>
            <div class="mt-4 h-1.5 bg-white/10 rounded-full overflow-hidden">
                <div class="h-full bg-white/40 rounded-full" style="width: 50%;"></div>
            </div>
        </article>
All Prompts