livebook-dev / kino

Client-driven interactive widgets for Livebook
Apache License 2.0
372 stars 65 forks source link

Add a Kino.Download widget #19

Closed josevalim closed 2 years ago

josevalim commented 3 years ago

The goal is to have a button that, when the user clicks, it downloads a file with dynamically generated content, such as: Kino.Download.start("filename.json", fn -> file_contents end). We can get the content type from the filename.

jonatanklosko commented 2 years ago

Closed in #174.