Sha256: 5a20724b842e1ad6513e6c2110b8b7cb953afa1f66e5715ae34b380f4e62de37
Contents?: true
Size: 687 Bytes
Versions: 9
Compression:
Stored size: 687 Bytes
Contents
--- name: Bridgetown Quick Search variables: input_class?: [string, Custom class(es) to apply to the search input control.] placeholder?: [string, Placeholder text for the search input control.] theme: [string, Dark or Light theme ("dark" or "light"). Defaults to light.] snippet_length?: [integer, Length of the result text snippet. Defaults to 142.] --- <bridgetown-search-form> <input slot="input" type="search" class="{{ input_class }}" placeholder="{{ placeholder }}" /> <bridgetown-search-results {% if snippet_length %}snippetlength="{{ snippet_length }}" {% endif %}theme="{% if theme %}{{ theme }}{% endif %}"></bridgetown-search-results> </bridgetown-search-form>
Version data entries
9 entries across 9 versions & 1 rubygems