Skip to content

Simple Timeline

Example

Code

HTML
<div id="example-simple"></div>
TypeScript
import { Timescope } from 'timescope';

new Timescope({
  target: '#example-simple',
});