Components

Back To Top

A floating button that appears after scrolling and smoothly returns to the top.

php artisan blatui:add back-to-top
<x-ui.back-to-top :demo="true" />
{{-- In real use, drop <x-ui.back-to-top /> once near the end of your layout: it floats
     at the bottom-end corner and appears after scrolling past the threshold (300px). --}}

Subtle

<x-ui.back-to-top variant="subtle" :demo="true" />
{{-- The `subtle` variant uses the card + border tokens instead of the primary fill. --}}