5.0.2 • Published 2 years ago

@fenestra/timelane v5.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Timelane

You have this object:

{
  start: 0,
  span: 10,
  sprouts: []
}

You get this: alt text

You have this object:

{
  start: 0,
  span: 10,
  sprouts: [
    {
      start: 1,
      span: 4,
      sprouts: []
    }
  ]
}

You get this: alt text

You have this object:

{
  start: 0,
  span: 10,
  sprouts: [
    {
      start: 1,
      span: 4,
      sprouts: []
    },
    {
      start: 2,
      span: 5,
      sprouts: []
    }
  ]
}

You get this: alt text

So, you can get something like this, if you will: alt text

You can play with the time: alt text

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.0.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago