audio-player.html
<audio-player
name="audio-player"
size="md"
color="neutral"
/>
audio-player.vue
<template>
<audio-player
name="audio-player"
size="md"
color="neutral"
/>
</template>
audio-player.tsx
export funtion AudioPlayer() {
return (
<AudioPlayer
name="audio-player"
size="md"
color="neutral"
/>
)
}
audio-player.js
audio-player.css
.audio-player {
display: block;
width: 100%;
height: 100%;
}
| Prop | Default | Type |
|---|---|---|
name | string | |
size | md | string |
color | neutral | string |
32 15 Mon - Thu 6:00 - 1:00 Sun - Wed 9:30 - 2:30