gradio/js/chatbot
Keldos 3341148c10
Fix: wrap avatar-image in a div to clip its shape (#5319)
* fix: wrap avatar-image in a div to clip its shape

and add data url support

* add changeset

* revert get file from data url

* add changeset

---------

Co-authored-by: Dawood Khan <dawoodkhan82@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-25 14:37:45 -04:00
..
static Fix: wrap avatar-image in a div to clip its shape (#5319) 2023-08-25 14:37:45 -04: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>