gradio/js/chatbot
Dawood Khan 156bb26280
more tests (#4745)
Co-authored-by: pngwn <hello@pngwn.io>
2023-07-04 15:41:50 +01:00
..
src more tests (#4745) 2023-07-04 15:41:50 +01:00
package.json chore(deps): update dependency @types/marked to v5 (#4618) 2023-06-22 10:34:54 +01:00
README.md

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>