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.
 
 
 
 
HerrHase 3c17a2b595
adding index.js for import
2 months ago
example smaller bugfix for max 2 months ago
src adding index.js for import 2 months ago
.gitignore init 2 months ago
README.md update readme 2 months ago
bun.lockb init 2 months ago
bunfig.toml update readme 2 months ago
index.js adding index.js for import 2 months ago
package.json init 2 months ago
webpack.config.js init 2 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>