gradio/js/chatbot
pngwn e7ab0f323a
4614 chatbot (#4527)
* fix code rendering

* tweak

* changelog

* tweaks
2023-06-15 16:24:17 +01:00
..
src 4614 chatbot (#4527) 2023-06-15 16:24:17 +01:00
package.json fix copy button invalid & copy button (invisible) duplication bug in chatbot (#4350) 2023-06-01 22:51:36 +09: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>