import * as React from 'react';
import { Carousel, Image, Flex, Text, Button, Toolbar, Header } from '@fluentui/react-northstar';
const imageAltTags = {
ade: 'Portrait of Ade',
elliot: 'Portrait of Elliot',
kristy: 'Portrait of Kristy',
nan: 'Portrait of Nan',
};
const tabAriaLabel = {
ade: 'Ade',
elliot: 'Elliot',
kristy: 'Kristy',
nan: 'Nan',
};
const carouselTextContent = (
Card
text or any other text 1 , text or any other text 2, text or any other text 3 text or any other text 4, text or any
other text 5, text or any other text 6
);
const buttonStyles = { margin: '40px 0px 0px 10px' };
const imageStyles = { maxWidth: '70px', maxHeight: '70px', margin: '15px 0px 0px 5px' };
const carouselToolbarContent = (
,
fitted: 'horizontally',
},
{
key: 'custom-button-2',
kind: 'custom',
content: ,
fitted: 'horizontally',
},
{
key: 'custom-button-3',
kind: 'custom',
content: ,
fitted: 'horizontally',
},
]}
/>
);
const carouselItems = [
{
key: 'ade',
id: 'ade',
content: (