gradio/js/chatbot
Abubakar Abid cdfd42174a
Tweaks to icon parameter in gr.Button() (#5285)
* button

* add changeset

* fix

* add changeset

* add changeset

* types

* type fix

* formatting

* fix based on review

* fix unit tests

* stories

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-22 15:05:22 -07:00
..
static Tweaks to icon parameter in gr.Button() (#5285) 2023-08-22 15:05:22 -07:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04: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 remove index files and update test paths (#5262) 2023-08-18 16:33:07 +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>