на данный момент мне удалось создать div :
Код: Выделить всё
styles.TrainanguleDiv)}>
Код: Выделить всё
.TrainanguleDiv {
box-sizing: content-box;
position: relative;
background: #6666ff;
border: 1px solid white;
}
.TrainanguleDiv:after {
content: '';
position: absolute;
left: 100%;
bottom: 0px;
width: 0;
height: 0;
border-left: 8px solid #6666ff;
border-top: 15px solid white;
border-bottom: 13px solid white;
}
не могли бы вы мне помочь
поздравляю
Подробнее здесь: https://stackoverflow.com/questions/759 ... e-an-arrow