gradio/ui/packages/file
Dawood Khan 4816e3fb12
Fix: Download button does not respect the filepath returned by the function (#2073)
* download fix

* tweaks

* formatting

* added orig filename

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-08-29 13:39:15 -07:00
..
src Fix: Download button does not respect the filepath returned by the function (#2073) 2022-08-29 13:39:15 -07:00
package.json WIP: Add dark mode support (#1187) 2022-05-09 17:26:09 -07:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>