1.1.0 • Published 3 years ago

react-scrollable-timeline v1.1.0

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

react-scrollable-timeline

demo (https://tinystuff.github.io/react-scrollable-timeline/storybook-static/)

npm install react-scrollable-timeline
const events = [{
    start: Date,
    end: Date,
    groupId: 'groupId',
    title: 'eventtitle'
}];

<Timeline
    events={events}
    groups={groups}
    groupKey={"groupId"}
  />

Props

interface TimeLineProps {
  events: Event[]
  groups?: Groups
  groupKey?: string
  startDate?: Date
  endDate?: Date
  width?: number
  interval?: number
  resourceHeaderWidth?: number
  getGroupData?: any
  resourceNode: any
  itemNode?: any
  dateNode?: any
  onEventClick?: (Event) => void
}
1.1.0

3 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago