updated various snippets
This commit is contained in:
@ -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 -->
|
||||
|
Reference in New Issue
Block a user