result

Information

Folder
src/components/template-components/search-results/result

Files

Schema
Mocks
Template
// src/components/template-components/search-results/result/result.twig

<li class="SearchResults-item">
	<div class="SearchResult">
		<h3 class="SearchResult-heading">
			<a href="{{ url }}">{{ title }}</a>
		</h3>
		{% if snippet %}
			<p class="SearchResult-snippet">{{ snippet }}</p>
		{% endif %}
		{% if info %}
			<p class="SearchResult-info"><small>{{ info }}</small></p>
		{% endif %}
	</div>
</li>

Variants

default
Open

default mock data

Raw
Resolved
With snippet
Open

With snippet mock data

Raw
Resolved
With info
Open

With info mock data

Raw
Resolved
With snippet and info
Open

With snippet and info mock data

Raw
Resolved