5.0.2 • Published 9 months ago

@fenestra/timelane v5.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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

9 months ago

5.0.1

10 months ago

5.0.0

10 months ago

4.0.0

10 months ago

2.1.0

11 months ago

2.0.0

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago