A custom web component for automatic scrolling in chat interfaces. This component maintains auto-scroll behavior when new messages are added, unless the user has scrolled away from the bottom.
npm install chat-auto-scroll
<chat-auto-scroll>
<!-- Existing messages can go here -->
</chat-auto-scroll>