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

feat(components): showMore component customization #2537

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 25, 2024

  1. feat(components): showMore component customization

    I'm trying to render a custom component for the `show more` button. I
    know there are a few recommended ways to do this through the `onShowMore`
    callback and the `messages.showMore` prop as suggested in jquense#1147.
    
    But that doesn't cover all use cases. For example, I want to access the
    events that are being hidden by the `show more` button. I also want to
    render a custom popup right next to the `show more` button.
    
    Resolves jquense#2391
    davidmh committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5e3a60f View commit details
    Browse the repository at this point in the history