gradio/js/chatbot
2023-07-13 17:41:47 +01:00
..
src move all of the chatbot component in to js/chatbot (#4900) 2023-07-13 17:41:47 +01: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>