gradio/js/chatbot
Dawood Khan 48e09ee887
Quick fix: Chatbot change event (#5827)
* fix

* add changeset

* add dequal to dependency

* package

* lint

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-10-06 11:16:59 -07:00
..
static Quick fix: Chatbot change event (#5827) 2023-10-06 11:16:59 -07:00
CHANGELOG.md chore: update versions (#5796) 2023-10-05 14:10:45 -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 Quick fix: Chatbot change event (#5827) 2023-10-06 11:16:59 -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>