1.0.1 • Published 7 months ago

chat-auto-scroll v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Chat Auto-Scroll

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.

Installation

npm install chat-auto-scroll

Usage

<chat-auto-scroll>
  <!-- Existing messages can go here -->
</chat-auto-scroll>