mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
8 lines
352 B
HTML
8 lines
352 B
HTML
{% assign breakpoint = include.breakpoint | default: 'lg' %}
|
|
|
|
<div{% if include.class %} class="{{ include.class }}"{% endif %}>
|
|
<form action="{{ page | relative }}/" method="get" autocomplete="off" novalidate role="search">
|
|
{% include "ui/form/input-icon.html" prepend=true rounded=include.rounded aria-label="Search in website" %}
|
|
</form>
|
|
</div>
|