gradio/js/gallery
2023-06-17 14:11:14 -05:00
..
src Fix gallery select event with custom height and allow_preview=False (#4551) 2023-06-17 14:11:14 -05:00
package.json
README.md

@gradio/button

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

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