1.1.6 • Published 6 months ago

stimulus-audio-player v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Stimulus Audio Player

Date and time input stimulus controller.

Demo

Stimulus Audio Player Demo

Installation

yarn add stimulus-audio-player npm install stimulus-audio-player

Usage

// bootstrap.js
import {Application} from '@hotwired/stimulus'
import AudioPlayer from 'src/audio-player'

const app = Application.start()
app.register('audio-player', AudioPlayer)
 <div data-controller="audio-player"
      data-audio-player-file-value="./audio-example.mp3" data-audio-player-theme-value="default">
</div>

Themes

  • data-audio-player-theme-value="dark"
  • data-audio-player-theme-value="light"
  • data-audio-player-theme-value="default" (crazy, but this one is default)
1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago