You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is my usage but there is no date buble
constructor(props) {
super(props)
this.state = {
}
this.data = [
{ time: '09:00', title: 'Archery Training', description: 'The Beginner Archery and Beginner Crossbow course does not require you to bring any equipment, since everything you need will be provided for the course. ', lineColor: '#009688', icon: flowicon },
{ time: '10:45', title: 'Play Badminton', description: 'Badminton is a racquet sport played using racquets to hit a shuttlecock across a net.', icon: flowicon },
{ time: '12:00', title: 'Lunch', icon: flowicon },
{ time: '14:00', title: 'Watch Soccer', description: 'Team sport played between two teams of eleven players with a spherical ball. ', lineColor: '#009688', icon: flowicon },
{ time: '16:30', title: 'Go to Fitness center', description: 'Look out for the Best Gym & Fitness Centers around me :)', icon: flowicon }
]
}
<Timeline
innerCircleType='icon'
data={this.data}
/>
The text was updated successfully, but these errors were encountered:
this is my usage but there is no date buble
constructor(props) {
super(props)
<Timeline
The text was updated successfully, but these errors were encountered: