change example

main
HerrHase 3 days ago
parent 31121681ad
commit 8e5bc3515d

File diff suppressed because one or more lines are too long

@ -21,7 +21,7 @@
<a class="button button--small m-left-sm-3 m-bottom-0" href="https://git.node001.net/tiny-components/upload" rel="noopener" target="_blank"> <a class="button button--small m-left-sm-3 m-bottom-0" href="https://git.node001.net/tiny-components/upload" rel="noopener" target="_blank">
Gitea Gitea
<svg class="m-left-3 icon fill-text" aria-hidden="true"> <svg class="m-left-3 icon fill-text" aria-hidden="true">
<use xlink:href="symbol-defs.svg#icon-gitea"></use> <use xlink:href="/symbol-defs.svg#icon-gitea"></use>
</svg> </svg>
</a> </a>
</div> </div>
@ -31,39 +31,15 @@
<div class="container"> <div class="container">
<div class="grid"> <div class="grid">
<div class="col-12"> <div class="col-12">
<form class="form-html m-top-7" novalidate method="post">
<h2>
Upload
</h2>
<form class="form-html" novalidate method="post">
<div class="field-group">
<tiny-field-upload label="Select File" name="file" multiple></tiny-field-upload>
<field-error name="file"></field-error>
</div>
<button class="button" type="submit" disabled>
Send
</button>
</form>
</div>
<div class="col-12">
<h2>
Upload / Max
</h2>
<form class="form-html" novalidate method="post">
<div class="field-group"> <div class="field-group">
<tiny-field-upload label="Select File" name="file" max="2" multiple></tiny-field-upload> <tiny-field-upload label="Add Files" name="file" max="2" multiple></tiny-field-upload>
<field-error name="file"></field-error> <field-error name="file"></field-error>
</div> </div>
<button class="button" type="submit" disabled> <button class="button" type="submit" disabled>
Send Send
</button> </button>
</form> </form>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save