/blocks/block-carousel-tutorial
El componente BkCarouselTutorial mostrará una section con título y carrusel de cards BkCardVideoTutorial.
Descubre cómo funciona BKOOL
Déjanos mostrarte qué necesitas y cómo usar las principales funciones de BKOOL.
Ver tutorialesCómo emparejar mi equipo
1 min
Subir mis entrenamientos
1 min
Actualizar mi equipo
1 min
Unirme a una competición
1 min
Seguimiento de challenges conseguidos
1 min
const homeCarouselTutorial = {
backgroundImage: '/static/img/pages/home/section_3-bg.jpg',
title: 'Descubre cómo funciona BKOOL',
subtitle:
'Déjanos mostrarte qué necesitas y cómo usar las principales funciones de BKOOL.',
link: {
label: 'Ver tutoriales',
url: 'https://www.google.es/',
},
button: {
label: 'Aprende a usarlo',
url: 'https://www.google.es/',
},
slides: [
{
title: 'Cómo emparejar mi equipo',
duration: '1 min',
playLabel: 'PLAY',
id: 'homeCarouselTutorial-01',
image: '/static/img/pages/home/section_3-card_1.jpg',
videoUrl: 'https://www.youtube.com/embed/XXC33oqvPM0',
},
{
title: 'Subir mis entrenamientos',
duration: '1 min',
playLabel: 'PLAY',
id: 'homeCarouselTutorial-02',
image: '/static/img/pages/home/section_3-card_2.jpg',
videoUrl: 'https://www.youtube.com/embed/VeKzDbPZCWI',
},
{
title: 'Actualizar mi equipo',
duration: '1 min',
playLabel: 'PLAY',
id: 'homeCarouselTutorial-03',
image: '/static/img/pages/home/section_3-card_3.jpg',
videoUrl: 'https://www.youtube.com/embed/tgbNymZ7vqY',
},
{
title: 'Unirme a una competición',
duration: '1 min',
playLabel: 'PLAY',
id: 'homeCarouselTutorial-04',
image: '/static/img/pages/home/section_3-card_4.jpg',
videoUrl: 'https://www.youtube.com/embed/pDKALxjIRXI',
},
{
title: 'Seguimiento de challenges conseguidos',
duration: '1 min',
playLabel: 'PLAY',
id: 'homeCarouselTutorial-05',
image: '/static/img/pages/home/section_3-card_5.jpg',
videoUrl: 'https://www.youtube.com/embed/tgbNymZ7vqY',
},
],
}
<BkCarouselTutorial data={homeCarouselTutorial} />| Nombre | Type | Default | Reuqerido | Descripción |
|---|---|---|---|---|
| data | any | Contenido del componente. |




