gradio/js/audio
Ali Abdalla 8d909624f6
Fix styling issues with Audio, Image and Video components (#5934)
* audio styling fix

* video styling fix

* image examples styling fix

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-10-16 12:51:05 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Fix styling issues with Audio, Image and Video components (#5934) 2023-10-16 12:51:05 -07:00
shared Fix styling issues with Audio, Image and Video components (#5934) 2023-10-16 12:51:05 -07:00
static delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
audio.test.ts Throw helpful error when media devices are not found (#5794) 2023-10-04 20:31:00 +01:00
CHANGELOG.md chore: update versions (#5796) 2023-10-05 14:10:45 -07:00
package.json Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server (#5627) 2023-10-17 01:26:49 +09:00
README.md move files (#3605) 2023-03-27 16:12:58 -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}
/>