gradio/ui/packages/gallery
Freddy Boulton ba6e4accb6
Apply height in Gallery.style (#3343)
* Apply height

* Remove log

* Add CHANGELOG

* Remove unused let

* Add missing type hint
2023-02-28 12:13:49 -05:00
..
src Apply height in Gallery.style (#3343) 2023-02-28 12:13:49 -05:00
package.json Theme base 2 (#2840) 2023-01-17 12:47:40 -08:00
README.md Theme base 2 (#2840) 2023-01-17 12:47:40 -08:00

@gradio/button

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

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