Close menu

Pattern Library

<div class="flex flex-row">
  <input
    class="bg-grey-150 w-56 h-10 px-4 text-lg xl:h-14 xl:px-5"
    type="text"
    value="{{ value }}"
    placeholder="{{ placeholder }}"
    aria-label="Vyhledávací box"
  >
  {% include 'patterns/atoms/buttons/search_button.html' %}
</div>
context:
  placeholder: "Hledat články..."
  value: ""