Skip to content
Snippets Groups Projects
Commit 182f68b6 authored by Stu Robson's avatar Stu Robson
Browse files

uses yaml for url

parent 42505cae
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,6 @@ collated: true
context:
component-type: block
# custom-values: passed as {{custom-values}}
label: Search
button: Search
<form action="" class="vf-form | vf-search">
<div class="vf-form__item | vf-search__item">
<label class="vf-form__label vf-sr-only | vf-search__label" for="text">Search</label>
<label class="vf-form__label vf-sr-only | vf-search__label" for="text">{{ label }}</label>
<input type="text" id="text" class="vf-form__input | vf-search__input">
</div>
<button type="submit" class="vf-search__button | vf-button vf-button--primary">Search</button>
<button type="submit" class="vf-search__button | vf-button vf-button--primary"> {{ button }}</button>
</form>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment