We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Download component will provide as a Button show end user.
When user clicked it. it could fetch some file/stream and send to browser as download behaviour
We will use FileSaver to implement
The text was updated successfully, but these errors were encountered:
I think add mime to detect file mime type is a good way User just need set the filename. Download component will handle mime for them.
The mime also could custom
Sorry, something went wrong.
No branches or pull requests
The Download component will provide as a Button show end user.
When user clicked it. it could fetch some file/stream and send to browser as download behaviour
We will use FileSaver to implement
The text was updated successfully, but these errors were encountered: