All Prompts
All Prompts

cardtagchiptailwindiconlistresponsive
Skills Tag Card with Icon and Tailwind Chips
Карточка с иконкой и тегами (чипами) для отображения навыков, категорий или фильтров. Адаптивный UI-компонент на Tailwind CSS.
Prompt
<div class="bg-white/5 border-white/10 border rounded-2xl pt-4 pr-4 pb-4 pl-4">
<div class="flex items-center gap-2">
<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 w-4 h-4 text-white/80"><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" class=""></path><path d="M20 2v4" class=""></path><path d="M22 4h-4" class=""></path><circle cx="4" cy="20" r="2" class=""></circle></svg>
<h3 class="text-xl font-semibold tracking-tight">Skills</h3>
</div>
<div class="mt-3 flex flex-wrap gap-2">
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Design Systems</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Product Strategy</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Prototyping</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Accessibility</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">React</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">TypeScript</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Next.js</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Framer Motion</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Data Visualization</span>
<span class="px-2.5 py-1 text-xs rounded-md bg-white/10 border border-white/10">Performance</span>
</div>
</div>