gradio/js/gallery
pngwn 3d263ba007
chore: update versions (#5796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-05 14:10:45 -07:00
..
static Fix gr.SelectData so that the target attribute is correctly attached, and the filedata is included in the data attribute with gr.Gallery (#5798) 2023-10-05 12:53:52 -07:00
CHANGELOG.md chore: update versions (#5796) 2023-10-05 14:10:45 -07:00
Gallery.stories.svelte Fix Gallery columns and rows params (#5754) 2023-10-02 20:11:09 -07:00
Gallery.test.ts Adds change() event to gr.Gallery (#5780) 2023-10-04 12:25:03 -07:00
package.json chore: update versions (#5796) 2023-10-05 14:10:45 -07: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>