design-system-components icon indicating copy to clipboard operation
design-system-components copied to clipboard

Add `file-upload` component

Open azerella opened this issue 5 years ago • 1 comments

With the recent release of the form component and the draft by @toxamiz in #680 we have an opportunity to publish a simplified version of the file-upload component.

This PR only features the semantic basic functionality. We can look at another advanced release with the work from @toxamiz but that should take more time

Preview:

Preview HTML:

<div class="au-file-upload au-form-group">
    <label class="au-label" for="file-upload">Upload a file</label>
    <input class="au-file-input" type="file" id="file-upload"></input>
</div>

Todo:

  • [ ] Site documentation
  • [ ] Component image
  • [ ] Community discussion

azerella avatar Apr 04 '19 23:04 azerella

Blocked until #727 is merged

azerella avatar Apr 10 '19 00:04 azerella