gradio/js/gallery
Abubakar Abid ed0f9a21b0
Adds change() event to gr.Gallery (#5780)
* add change event to gallery

* revert

* format

* add changeset

* lint

* add tests

* lint

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-10-04 12:25:03 -07:00
..
static Adds change() event to gr.Gallery (#5780) 2023-10-04 12:25:03 -07:00
CHANGELOG.md chore: update versions (#5742) 2023-10-02 20:55:55 -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 Adds change() event to gr.Gallery (#5780) 2023-10-04 12:25:03 -07: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>