gradio/ui/packages/audio
pngwn 817819d7a1
Fix the types (#1843)
* fix types

* fail CI when typechecking fails

* maybe fix

* more fix

* remove all rferences to theme

* fix login
2022-07-21 19:12:46 +01:00
..
src Fix the types (#1843) 2022-07-21 19:12:46 +01:00
package.json WIP: Add dark mode support (#1187) 2022-05-09 17:26:09 -07:00
README.md Blocks dev (#853) 2022-03-22 15:40:36 -07:00

@gradio/audio

<script>
	import { Audio } from "@gradio/audio";
</script>

<Audio
	value="string"
	theme="string"
	name="string"
	source="microphone | upload"
	on:change={e.detail === value}
/>