Shadcn Hooks

useStickToBottom

A lightweight React Hook intended mainly for AI chat applications, for smoothly sticking to bottom of messages

Installation

npx shadcn@latest add @hooks/use-stick-to-bottom
pnpm dlx shadcn@latest add @hooks/use-stick-to-bottom
yarn dlx shadcn@latest add @hooks/use-stick-to-bottom
bun x shadcn@latest add @hooks/use-stick-to-bottom

Copy and paste the following code into your project.

npm install use-stick-to-bottom
pnpm add use-stick-to-bottom
yarn add use-stick-to-bottom
bun add use-stick-to-bottom

Last updated on

On this page