We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can we show the time top of titile?
The text was updated successfully, but these errors were encountered:
related: Can we hide the time completely or have a option for not showing time at all ?
Sorry, something went wrong.
@frost4869 You can hide the time by rendering a custom time component and then just returning null. For example?
null
<Timeline renderTime={this.renderTime} /> renderTime = () => { return null }
Hi All,
Thanks @ngnclht1102 for PR #26. now we can use showTime = {false} to hide the time container.
showTime = {false}
No branches or pull requests
can we show the time top of titile?
The text was updated successfully, but these errors were encountered: