Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Add file-upload component #720

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Add file-upload component #720

wants to merge 4 commits into from

Conversation

azerella
Copy link
Contributor

@azerella azerella commented Apr 4, 2019

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 azerella added the new component An issue or pull request related to a new component. label Apr 4, 2019
@azerella
Copy link
Contributor Author

Blocked until #727 is merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new component An issue or pull request related to a new component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants