Fixed #931 - Customizing the line of Timeline component

This commit is contained in:
Cagatay Civici 2021-05-14 12:50:55 +03:00
parent 84ed5f3299
commit 2acf800b43
4 changed files with 34 additions and 7 deletions

View file

@ -37,6 +37,10 @@ const TimelineSlots = [
{
name: "content",
description: "Custom content"
},
{
name: "connector",
description: "Connector element"
}
];