gradio/js/chatbot
pngwn 35f58db405
chore: update versions (#5940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-17 23:38:35 -07:00
..
static Quick fix: Chatbot change event (#5827) 2023-10-06 11:16:59 -07:00
CHANGELOG.md chore: update versions (#5940) 2023-10-17 23:38:35 -07:00
Chatbot.stories.svelte Improve chatbot accessibility and UX (#5699) 2023-10-02 19:29:20 +02:00
Chatbot.test.ts fix pending chatbot message styling and ensure messages with value None don't render (#5775) 2023-10-04 14:50:19 +01:00
package.json chore: update versions (#5940) 2023-10-17 23:38:35 -07:00
README.md
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>