mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 10:51:21 +02:00
feat(form-plugin): add form skeleton
This commit is contained in:
18
site/plugins/form/templates/form.html
Normal file
18
site/plugins/form/templates/form.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{# form skeleton #}
|
||||
<form method="post" id="form">
|
||||
<nav class="tabs__nav w-full">
|
||||
<div class="flex bg-dark text-white">
|
||||
<a href="javascript:;" class="tabs__nav__link tabs__nav__link--active">
|
||||
{# form tab link #}
|
||||
</a>
|
||||
</div>
|
||||
<div class="tabs flex">
|
||||
<div class="tabs__content w-full tabs__content--active">
|
||||
<div class="row">
|
||||
{# form tab content #}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</form>
|
||||
{# /form skeleton #}
|
Reference in New Issue
Block a user