gradio/js/chatbot
aliabid94 74d235697d
Fix chatbot height (#4540)
* changes

* changes

* changes

* changes
2023-06-15 14:58:31 -07:00
..
src Fix chatbot height (#4540) 2023-06-15 14:58:31 -07: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>