VibeCoderzVibeCoderz
Telegram
All Prompts
Invalid URL Component preview
carderrormessagecentermodern

Invalid URL Component

Компонент для отображения ошибки невалидного URL. Центрированное, современное сообщение об ошибке для UI.

Prompt

<div class="flex items-center justify-center min-h-screen bg-gray-100">
  <div class="bg-white rounded-lg shadow-lg p-8 max-w-md text-center">
    <svg class="mx-auto h-16 w-16 text-red-500 mb-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path>
    </svg>
    <h2 class="text-2xl font-bold text-gray-800 mb-2">Invalid Input</h2>
    <p class="text-gray-600 mb-4">The provided input is a URL string, not HTML code. Please provide valid HTML markup to analyze and extract UI components.</p>
    <div class="bg-gray-50 rounded p-4 text-left">
      <p class="text-sm text-gray-500 font-mono break-all">Received: URL string pointing to topdrinks.fr</p>
    </div>
  </div>
</div>
All Prompts