Sha256: 5f229cb453bef6ead148fb069645a6c0f4d533b58516df023873f269df269162

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

<alv-input-search class="relative flex items-center mt-4 md:mt-0">
  <span class="absolute">
    <%= render(IconComponent.new(:magnifying_glass, class: "w-5 h-5 mx-3 text-gray-400 dark:text-gray-600")) %>
  </span>

  <input type="text" placeholder="Search" class="block w-full py-1.5 pr-5 text-gray-700 bg-white border border-gray-200 rounded-lg md:w-80 placeholder-gray-400/70 pl-11 rtl:pr-11 rtl:pl-5 dark:bg-gray-900 dark:text-gray-300 dark:border-gray-600 focus:border-blue-400 dark:focus:border-blue-300 focus:ring-blue-300 focus:outline-none focus:ring focus:ring-opacity-40">
</alv-input-search>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alveole-1.0.0.pre.alpha.1 app/components/alveole/input/search_component.html.erb