gradio/js/chatbot
Abubakar Abid 683bdf7623
Release 3.38 (#4991)
* release

* changelog

* changelog

* changelog

* chatbot

* remove test

* Add code

* add min width to submit button

---------

Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-21 00:57:35 +03:00
..
src Release 3.38 (#4991) 2023-07-21 00:57:35 +03:00
package.json move all of the chatbot component in to js/chatbot (#4900) 2023-07-13 17:41:47 +01:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/button

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

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