import { Instructions } from '@megafon/ui-shared';
Демо данныеconst items = [{title: 'Пункт инструкции №1';mediaUrl: '/instructions/1.png';isVideo: true;},{title: 'Пункт инструкции №2';mediaUrl: '/instructions/2.png',isVideo: false;},]
<Instructions title="Как подписаться" instructionItems={items} />
<Instructions title="Как подписаться" instructionItems={items} elementOrder="reversed" />
<Instructions title="Как подписаться" instructionItems={items} showMobileNumeration />
<Instructions title="Как подписаться" instructionItems={itemsWithVideo} />
По умолчанию располагается слева
<Instructions title="Как подписаться" instructionItems={items} pictureAlign='right' />
<Instructions title="Как подписаться" instructionItems={iphoneInstructionItems} pictureMask='black-iphone' />
<Instructions title="Как подписаться" instructionItems={iphoneInstructionItems} pictureMask='black-iphone' elementOrder="reversed" />
<Instructions title="Как подписаться" instructionItems={iphoneInstructionItems} pictureMask='white-iphone' />
<Instructions title="Как подписаться" instructionItems={androidInstructionItems} pictureMask='android' />
<Instructions title="Как подписаться" instructionItems={newIphoneInstructionItems} pictureMask='new-iphone' />
<Instructions title="Как подписаться" instructionItems={iphone12InstructionItems} pictureMask='iphone-12' />
<Instructions title="Как подписаться" instructionItems={iphone15InstructionItems} pictureMask='iphone-15' />
<Instructions title="Как подписаться" instructionItems={iphoneCropedInstructionItems} pictureMask='iphone-cropped' />
<Instructions title="Как подписаться" instructionItems={androidCropedInstructionItems} pictureMask='android-cropped' />
<Instructions title="Как подписаться" instructionItems={iphone12InstructionItems} pictureMask='black-iphone' pictureVerticalAlign='top' />
<Instructions title="Как подписаться" instructionItems={laptopInstructionItems} pictureMask='laptop' />
<Instructions title="Как подписаться" instructionItems={laptopInstructionItems} pictureMask='laptop-new' />
<Instructions title="Как подписаться" instructionItems={[items[0], items[1]]} />
<Instructions title="Как подписаться" instructionItems={items} additionalText="Авторизуйтесь на сайте сервиса special.megafon.ru, перейдите в магазин и добавьте покупки в корзину" />
<Instructions title="Как подписаться" instructionItems={items} > <strong style={{ display: 'block', color: 'red', margin: '32px auto', textAlign: 'center' }} > Важное уведомление </strong> </Instructions>
В свойствах title и text поддерживаются некоторые HTML-теги:- для title: "<br>, <font color>, <a href>";- для text: "<br>, <font color>, <a href>, <b>".Также в обоих свойствах поддерживается спецсимвол  .
<Instructions title='Скачивайте мобильное приложение <font color="#731982">МегаФон</font><br>по <a href="https://moscow.megafon.ru">ссылке</a>' instructionItems={items} additionalText='<b>Текстовое</b> <font color="#731982">описание</font> не<br>должно <a href="https://moscow.megafon.ru">превышать</a> 150 символов.' > <strong style={{ display: 'block', color: 'red', margin: '32px auto', textAlign: 'center' }} > Важное уведомление </strong> </Instructions>
<Instructions instructionItems={iphoneCropedInstructionItems} pictureMask='iphone-cropped' showArrows={true} arrowsTheme="dark" pictureBackgroundColor="spbSky0" />
<Instructions instructionItems={qrCodeInstructionItems} pictureMask='iphone-cropped' showArrows={true} arrowsTheme="dark" pictureBackgroundColor="spbSky0" pictureAlign="right" />