2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-02-17 11:29:58 +08:00
gradio/js/accordion
pngwn e16b4abc37
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 13:20:18 +00:00
..
shared Version 4 development branch () 2023-10-31 04:46:02 +00:00
CHANGELOG.md chore: update versions () 2023-10-31 13:20:18 +00:00
Index.svelte strip dangling svelte imports () 2023-10-31 05:31:33 +00:00
package.json chore: update versions () 2023-10-31 13:20:18 +00: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>