gradio/js/accordion
Gradio PR Bot 4d520a8a7b
chore: update versions (#9908)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 16:16:39 -08:00
..
shared Adds .expand() and .collapse() events to gr.Accordion (#9875) 2024-10-31 14:55:41 -04:00
Accordion.stories.svelte Add mobile Chromatic tests (#7222) 2024-02-02 14:21:48 +00:00
CHANGELOG.md chore: update versions (#9908) 2024-11-15 16:16:39 -08: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 (#9908) 2024-11-15 16:16:39 -08: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>