<label for="">Dropdown Example</label>
<select id="" name="default-select">
<option value="">Option 1</option>
<option value="">Option 2</option>
<option value="">Option 3</option>
<option value="">Option 4</option>
<option value="">Option 5</option>
</select>
{{> @dropdown }}
{
"theme": "default",
"firstInstance": true,
"label": "Dropdown Example",
"name": "default-select",
"options": [
{
"text": "Option 1"
},
{
"text": "Option 2"
},
{
"text": "Option 3"
},
{
"text": "Option 4"
},
{
"text": "Option 5"
}
]
}
No notes defined.