gradio/js/accordion
Gradio PR Bot b635a31714
chore: update versions (#9168)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06 09:10:25 +08:00
..
shared
Accordion.stories.svelte
CHANGELOG.md chore: update versions (#9168) 2024-09-06 09:10:25 +08:00
Index.svelte
package.json chore: update versions (#9168) 2024-09-06 09:10:25 +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>