You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 months ago | |
|---|---|---|
| example | 4 months ago | |
| src | 4 months ago | |
| .gitignore | 4 months ago | |
| README.md | 4 months ago | |
| bun.lockb | 4 months ago | |
| bunfig.toml | 4 months ago | |
| package.json | 4 months ago | |
| webpack.config.js | 4 months ago | |
README.md
Tiny Components - Upload
Created with Riot.js
Install
npm install @tiny-components/upload --save
You can use it like this
<form class="form" onsubmit={ (event) => ( state.validator.submit(event) ) }>>
<div class="field">
<label>
email
<field-upload name="files"></field-upload>
</label>
<field-error name="files"></field-error>
</div>
<button type="submit">Send</button>
</form>