gradio/js/image
pngwn ddac7e4d0f
Ensure File component uploads files to the server. (#5253)
* fix dynamic -> interactive

* fix checks

* add changeset

* add changeset

* fix changeset

* fix linting issues

* fix typing issue

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-08-17 12:20:19 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
shared Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
static Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
Image.stories.svelte Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
Image.test.ts Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
index.svelte Ensure File component uploads files to the server. (#5253) 2023-08-17 12:20:19 -07:00
package.json chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/button

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

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