react-scroll-chat-scroll
v4.2.7
Published
React container that auto scrolls to bottom - React 18+ compatible
Maintainers
Readme
react-scroll-chat-scroll
React container that auto scrolls to bottom.
Installation
npm install react-scroll-chat-scrollUsage
import ScrollToBottom from 'react-scroll-chat-scroll';
function ChatApp() {
return (
<ScrollToBottom>
<p>Your messages here</p>
</ScrollToBottom>
);
}Features
- Auto scroll to bottom
- Smooth scrolling
- Sticky mode
- React 18+ compatible
License
MIT
