gradio/js/file
pngwn 898668596d
chore: update versions (#5712)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-28 12:06:09 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
shared delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
static Restores missing part of bottom border on file component (#5313) 2023-08-23 15:26:09 -07:00
CHANGELOG.md chore: update versions (#5712) 2023-09-28 12:06:09 -07:00
File.stories.svelte Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
package.json chore: update versions (#5712) 2023-09-28 12:06:09 -07: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>