Skip to content

Date buble not showing #9

@erennyuksell

Description

@erennyuksell

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}
        />

Metadata

Metadata

Assignees

No one assigned

    Labels

    info neededMore information needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions