updated various snippets

This commit is contained in:
2022-06-14 12:46:10 -06:00
parent 1bc953bc44
commit e27b91fc14
6 changed files with 64 additions and 47 deletions

View File

@ -1,8 +1,9 @@
<snippet>
<content><![CDATA[
<div class="">
<label for="${1:foo}">${2:Foo}</label>
<input type="${3:text}" id="${1:foo}" name="${1:foo}" value="" placeholder="${4:placeholder text}">
<div class="grid auto-rows-max gap-y-0">
<label for="${1:foo}" class="">${2:Foo}</label>
<input type="${3:text}" id="${1:foo}" name="${1:foo}" value="" class="" placeholder="${4:placeholder text}">
<p>Input error</p>
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->