gradio/js/chatbot
pngwn 632e4d8378
chore: update versions (#5326)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24 18:47:07 +01:00
..
static delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
CHANGELOG.md chore: update versions (#5326) 2023-08-24 18:47:07 +01:00
Chatbot.stories.svelte remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
Chatbot.test.ts remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
package.json chore: update versions (#5326) 2023-08-24 18:47:07 +01:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00
utils.ts delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00

@gradio/button

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

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