gradio/ui/packages/form
pngwn 494c09a7be
Small bugs (#1324)
* initialise gallery images to None, fix icon

* dispatch submit event when pressing return on 1 line textbox

* Update ui/packages/app/src/components/Gallery/Gallery.svelte

* Update ui/packages/app/src/components/Gallery/Gallery.svelte

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-05-18 15:21:17 -07:00
..
src Small bugs (#1324) 2022-05-18 15:21:17 -07:00
package.json Allow Custom CSS (#1170) 2022-05-11 21:40:41 -07:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/button

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

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