gradio/js/accordion
pngwn 11b88915d3
chore: update versions (#8291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-16 00:23:53 +02:00
..
shared batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
Accordion.stories.svelte
CHANGELOG.md chore: update versions (#8291) 2024-05-16 00:23:53 +02:00
Index.svelte batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
package.json chore: update versions (#8291) 2024-05-16 00:23:53 +02: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>