0.0.106 • Published 18 days ago

@maveio/components v0.0.106

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
18 days ago

components

npm version CodeQL Discord server

Components are pre-built rich UI components that help you build your own video experiences across desktop and mobile (web). There is no need to run external iframes these days. This library leverages the power of webcomponents, which makes it fast and has a small footprint. You can create a (free) account on mave.io.

InstallUsageContributing

Install

To use locally within your project:

npm install @maveio/components

And either use the regular version

// include in your script.js
import { Player } from '@maveio/components'

// and use the component in your html
<mave-player embed="{embed id}"></mave-player>

or use our React specific version:

import { Player } from '@maveio/components/react'

function App() {
  return (
    <>
      <Player embed="{embed id}"></Player>
    </>
  )
}

export default App

or use the hosted version

<script type="module">
  import { Player } from "//cdn.mave.io/npm/@maveio/components/+esm";
</script>

Usage

Player

Once you have uploaded your first video you can show your videos in different formats. The most common used component is <mave-player>:

<mave-player embed="{embed id}"></mave-player>

player

You can either change the settings through our interface or provide it as attributes. To learn which attributes you can use to change the appearance of your player, go to our docs.

Clip

<mave-clip embed="{embed id}"></mave-clip>

clip

We often find ourselves using simple .mp4 files, because we just want to show a simple video as interface element (just like an image). We provide just that, but using the power of mave (multiple renditions, codecs and analytics) without any UI on top to control the video. Useful as header, or on an e-commerce site to show products for instance.

List

<mave-list token="<token>">
 <template>
   <div slot="item-title"></div>
   <mave-img></mave-img>
 </template>
</mave-list>

A more complex example is <mave-list>, which can be useful to show a collection of videos. Combined with our x-mave-pop attribute, it can become pretty powerful.

More can be found on our docs

Contributing

Localization

When defining msg() run the following command: ./node_modules/.bin/lit-localize extract && ./node_modules/.bin/lit-localize build

0.0.106

18 days ago

0.0.105

2 months ago

0.0.104

2 months ago

0.0.103

2 months ago

0.0.102

2 months ago

0.0.101

2 months ago

0.0.99

2 months ago

0.0.98

2 months ago

0.0.97

3 months ago

0.0.95

3 months ago

0.0.96

3 months ago

0.0.91

3 months ago

0.0.92

3 months ago

0.0.93

3 months ago

0.0.94

3 months ago

0.0.90

3 months ago

0.0.89

3 months ago

0.0.87

4 months ago

0.0.88

4 months ago

0.0.86

4 months ago

0.0.85

4 months ago

0.0.84

4 months ago

0.0.83

4 months ago

0.0.80

4 months ago

0.0.81

4 months ago

0.0.82

4 months ago

0.0.79

5 months ago

0.0.41

8 months ago

0.0.42

8 months ago

0.0.43

8 months ago

0.0.44

7 months ago

0.0.45

7 months ago

0.0.46

7 months ago

0.0.47

7 months ago

0.0.37

8 months ago

0.0.73

5 months ago

0.0.74

5 months ago

0.0.30

8 months ago

0.0.75

5 months ago

0.0.31

8 months ago

0.0.76

5 months ago

0.0.32

8 months ago

0.0.77

5 months ago

0.0.33

8 months ago

0.0.78

5 months ago

0.0.34

8 months ago

0.0.35

8 months ago

0.0.36

8 months ago

0.0.70

6 months ago

0.0.71

6 months ago

0.0.72

5 months ago

0.0.26

9 months ago

0.0.27

9 months ago

0.0.28

8 months ago

0.0.29

8 months ago

0.0.62

6 months ago

0.0.20

9 months ago

0.0.21

9 months ago

0.0.66

6 months ago

0.0.22

9 months ago

0.0.67

6 months ago

0.0.23

9 months ago

0.0.68

6 months ago

0.0.24

9 months ago

0.0.69

6 months ago

0.0.25

9 months ago

0.0.60

6 months ago

0.0.61

6 months ago

0.0.59

6 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

9 months ago

0.0.51

7 months ago

0.0.52

7 months ago

0.0.53

7 months ago

0.0.54

7 months ago

0.0.55

7 months ago

0.0.56

6 months ago

0.0.57

6 months ago

0.0.58

6 months ago

0.0.50

7 months ago

0.0.48

7 months ago

0.0.49

7 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago