gradio/js/chatbot
Dawood Khan 72fbce22ad
Fixes new line issue in chatbot (#4491)
* fix

* Update CHANGELOG.md
2023-06-14 11:43:30 -04:00
..
src Fixes new line issue in chatbot (#4491) 2023-06-14 11:43:30 -04: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>