gradio/js/accordion
Abubakar Abid 8305ff8712
Adds .expand() and .collapse() events to gr.Accordion (#9875)
* feat: add expand and collapse events to Accordion component

* change

* add changeset

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2024-10-31 14:55:41 -04:00
..
shared Adds .expand() and .collapse() events to gr.Accordion (#9875) 2024-10-31 14:55:41 -04:00
Accordion.stories.svelte
CHANGELOG.md chore: update versions (#9790) 2024-10-25 12:33:07 -07:00
Index.svelte Adds .expand() and .collapse() events to gr.Accordion (#9875) 2024-10-31 14:55:41 -04:00
package.json chore: update versions (#9790) 2024-10-25 12:33:07 -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>