gradio/js/chatbot
renovate[bot] 1cefee7fc0
chore(deps): update dependency marked to v7 (#5112)
* chore(deps): update dependency marked to v7

* add changeset

* fix types

* add changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
2023-08-18 13:14:14 +01:00
..
static Ensure File component uploads files to the server. (#5253) 2023-08-17 12:20:19 -07:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
Chatbot.stories.svelte Ensure File component uploads files to the server. (#5253) 2023-08-17 12:20:19 -07:00
Chatbot.test.ts Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
index.svelte chatbot conversation nodes can contain a copy button (#5125) 2023-08-10 10:11:26 -04:00
package.json chore(deps): update dependency marked to v7 (#5112) 2023-08-18 13:14:14 +01:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00
utils.ts chore(deps): update dependency marked to v7 (#5112) 2023-08-18 13:14:14 +01:00

@gradio/button

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

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