This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="upload"></require> | |
<main style="padding: 1rem;"> | |
<dl> | |
<dt>Behaves like a vanilla button.</dt> | |
<dd> | |
<upload file.bind="f1">Upload</upload> | |
<span if.bind="f1">${f1.name} selected</span> | |
</dd> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="upload"></require> | |
<main style="padding: 1rem;"> | |
<dl> | |
<dt>Behaves like a vanilla button.</dt> | |
<dd> | |
<upload file.bind="f1">Upload</upload> | |
<span if.bind="f1">${f1.name} selected</span> | |
</dd> | |