gradio/js/chatbot
Dawood Khan c5bf91385a
Add chat bubble width param (#5334)
* chat width

* add changeset

* fixes

* fix

* test

* reformat

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-28 20:48:52 -04:00
..
static Add chat bubble width param (#5334) 2023-08-28 20:48:52 -04:00
CHANGELOG.md chore: update versions (#5341) 2023-08-25 12:07:20 -07:00
Chatbot.stories.svelte Add chat bubble width param (#5334) 2023-08-28 20:48:52 -04: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 (#5341) 2023-08-25 12:07:20 -07: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>