kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
18 wiersze
367 B
Markdown
18 wiersze
367 B
Markdown
<script setup>
|
|
import PlayButton from '~/components/ui/button/Play.vue'
|
|
</script>
|
|
|
|
```ts
|
|
import PlayButton from "~/components/ui/button/Play.vue"
|
|
```
|
|
|
|
# Play Button
|
|
|
|
The play button is a specialized button used in many places across the Funkwhale app. Map a function to the `@play` event handler to toggle it on click.
|
|
|
|
```vue-html
|
|
<PlayButton />
|
|
```
|
|
|
|
<PlayButton />
|