livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a Kino.Download widget

josevalim opened this issue · comments

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.

Closed in #174.