An auto-scrolling HTML element for chat-like scrolling behaviour.
Items start at the top of the container. As the container fills up, it will scroll to keep the bottom-most items in view.
In your Node project:
npm install @unternet/auto-scrollIn your scripts:
import '@unternet/auto-scroll`In your HTML:
<auto-scroll>
Elements go here...
</auto-scroll>