gradio/js/chatbot
pngwn 643442e1a5
generate docs json in ci, reimplement main vs release (#5092)
* fixup site

* fix docs versions

* test ci

* test ci some more

* test ci some more

* test ci some more

* asd

* asd

* asd

* asd

* asd

* asd

* asd

* asd

* asd

* test

* fix

* add changeset

* fix

* fix

* fix

* test ci

* test ci

* test ci

* test ci

* test ci

* test ci

* test ci

* test ci

* test ci

* notebook ci

* notebook ci

* more ci

* more ci

* update changeset

* update changeset

* update changeset

* fix site

* fix

* fix

* fix

* fix

* fix ci

* render mising pages

* remove changeset

* fix path

* fix workflows

* fix workflows

* fix workflows

* fix comment

* tweaks

* tweaks

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-11 15:54:56 +01:00
..
static generate docs json in ci, reimplement main vs release (#5092) 2023-08-11 15:54:56 +01:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -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 chore: update versions (#5038) 2023-08-10 16:59:00 -04: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>