1.4.3 • Published 9 months ago

svelte-react-player v1.4.3

Weekly downloads
331
License
ISC
Repository
-
Last release
9 months ago

NPM

svelte-react-player

Wrapper for the standalone version of react-player.

Documentation & Demo

Installation

npm i svelte-react-player

Enjoy:

<script>
    import { Player } from 'svelte-react-player'
</script>

<Player url="https://www.youtube.com/watch?v=NduTgkntfT4" />

Props

PropDescriptionDefault
urlVideo URL''
fluidToggle fluid containerfalse
configObject of react-player props{}

Development

npm run dev will start a local dev server on localhost:5000

Navigate to http://localhost:5000/svelte-react-player to see the docs.

Thanks to @svelte-docs!

1.4.3

9 months ago

1.4.2

9 months ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago