/modules/video-tutorial
El componente BkVideoTutorial se encarga de presentar un grupo de 3 vídeo definidos en el CMS, para que el usuario escoja cual reproducir.
1min
Emparejamiento
2min
Challenges y competiciones
3min
Ligas
// Data
const videoTutorials = [
{
duration: '1min',
image: '/static/img/cards/BkoolCaptura_04.png',
title: 'Emparejamiento',
url: 'https://www.youtube.com/watch?v=-by7Pk8HgNA',
},
{
duration: '2min',
image: '/static/img/cards/BkoolCaptura_06.png',
title: 'Challenges y competiciones',
url: 'https://www.youtube.com/watch?v=psxLFsz6sYI',
},
{
duration: '3min',
image: '/static/img/cards/BkoolCaptura_09.png',
title: 'Ligas',
url: 'https://www.youtube.com/watch?v=N3haVQCUhOM',
}
];
<BkVideoTutorial
playList={ videoTutorials }
/>| Nombre | Type | Default | Reuqerido | Descripción |
|---|---|---|---|---|
| error | bool | Si es igual a "true", renderiza un mensaje de error. | ||
| isLoading | bool | Si es igual a "true", renderiza el componente "BkSkeleton". | ||
| playList | array | Datos. |