gradio/ui/packages/image
pngwn 03838573c9
allow audio components to take a string value (#930)
* allow audio components to take a string value

* normalise audio + video input data types

* tweaks
2022-04-07 18:18:41 +01:00
..
src allow audio components to take a string value (#930) 2022-04-07 18:18:41 +01:00
package.json Redesign 1 (#918) 2022-04-05 18:11:29 +01: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>