gradio/js/accordion
aliabid94 4c314c3d88
Keep hidden Accordion content in DOM (#4073)
* changes

* changes

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-05-06 08:00:05 -05:00
..
src Keep hidden Accordion content in DOM (#4073) 2023-05-06 08:00:05 -05:00
package.json move files (#3605) 2023-03-27 16:12:58 -07:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>