gradio/js/chatbot
pngwn 3d263ba007
chore: update versions (#5796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-05 14:10:45 -07:00
..
static fix pending chatbot message styling and ensure messages with value None don't render (#5775) 2023-10-04 14:50:19 +01: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 chore: update versions (#5796) 2023-10-05 14:10:45 -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>