gradio/ui/packages/gallery
2023-01-27 05:42:35 -05:00
..
src Preserve Gallery selected image through updates (#3061) 2023-01-27 05:42:35 -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>