gradio/js/chatbot
Abubakar Abid 1f5c090cb5
Release 3.37 (#4947)
* version

* ltr
2023-07-17 14:52:39 -04:00
..
src Release 3.37 (#4947) 2023-07-17 14:52:39 -04: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>