CSS のみの Tailwind スピナー、ドット、リング、バーのアニメーションを備えた CSS 読み込みインジケーター。色とサイズのバリエーション、JavaScriptは必要ありません。 WCAG AA にアクセス可能で、Django、HTMX、Laravel、React、およびあらゆるスタックで動作します。
Loading components display visual indicators while content is being fetched or processed, keeping users informed and preventing perceived delays. Built with semantic HTML and smooth CSS animations, loading spinners communicate active background operations. The Frutjam loading system supports multiple styles, colors, and sizes—ideal for data tables, file uploads, form submissions, and asynchronous operations.
CSS-only, no JavaScript required. WCAG AA accessible and framework-agnostic — works with Django, HTMX, Laravel, React, and any stack.
Class
Type
Description
loading
Base
Spinning ring indicator, inherits text color by default
<pclass="text-primary flex items-center gap-2"><spanclass="loading loading-sm"></span>
Inherits primary text color
</p><pclass="text-error flex items-center gap-2"><spanclass="loading loading-sm"></span>
Inherits error text color
</p>