Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the position of time #24

Closed
panhs opened this issue Dec 5, 2017 · 3 comments
Closed

the position of time #24

panhs opened this issue Dec 5, 2017 · 3 comments

Comments

@panhs
Copy link

panhs commented Dec 5, 2017

can we show the time top of titile?

@frost4869
Copy link

related: Can we hide the time completely or have a option for not showing time at all ?

@DeanmvSG
Copy link

@frost4869 You can hide the time by rendering a custom time component and then just returning null. For example?

<Timeline
    renderTime={this.renderTime}
/>


renderTime = () => {
    return null
}

@thegamenicorus
Copy link
Owner

Hi All,

Thanks @ngnclht1102 for PR #26.
now we can use showTime = {false} to hide the time container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants