export const items = [
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
];
export const itemsOnlyTitle = [
{
title: 'Title text must be here',
},
{
title: 'Title text must be here',
},
{
title: 'Title text must be here',
},
{
title: 'Title text must be here',
},
{
title: 'Title text must be here',
},
];
export const itemsOnlyText = [
{
text: 'Description text must be short and easy to understand',
},
{
text: 'Description text must be short and easy to understand',
},
{
text: 'Description text must be short and easy to understand',
},
{
text: 'Description text must be short and easy to understand',
},
{
text: 'Description text must be short and easy to understand',
},
];
export const itemsWithIcon = [
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
icon: <CallIcon />,
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
icon: <EsimIcon />,
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
icon: <LightningIcon />,
},
];
export const itemsWithTitleText = [
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
},
];
export const itemsManySteps = [
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
{
title: 'Title text must be here',
text: 'Description text must be short and easy to understand',
linkText: 'Подробнее',
linkUrl: '/components/stepper/',
},
];