gradio/js/chatbot
Jiri Puc 80be7a1ca4
chatbot conversation nodes can contain a copy button (#5125)
* chatbot conversation nodes can contain a copy button

* add changeset

* the newly added chatbot copy message button is now called show_copy_button

* chatbot's Copy component styling improved

* chatbot's Copy component - typing fix

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-10 10:11:26 -04:00
..
static chatbot conversation nodes can contain a copy button (#5125) 2023-08-10 10:11:26 -04:00
CHANGELOG.md chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
Chatbot.stories.svelte Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
Chatbot.test.ts Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
index.svelte chatbot conversation nodes can contain a copy button (#5125) 2023-08-10 10:11:26 -04:00
package.json Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00
utils.ts Share all media content in chat (#5159) 2023-08-09 16:02:57 -07:00

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>