Loader
Status: No dedicated documentation exists in design-system-docs (checked main + all open PRs, verified 2026-08-19). This is a factual scaffold, not real guidance — every qualitative section below is an explicit placeholder for a human writer. Nothing has been invented.
Source: DTSL/design-system → packages/product/@dtsl-react/src/components/atomic/Loader/types/Loader.types.ts (package @dtsl/react, exported as Loader)
Props (verbatim from source)
export interface LoaderProps {
indicator?: React.ReactNode
className?: string
isAbsolute?: boolean
}
When to Use
TODO — no existing UX/product guidance found in source, Storybook, or docs. Needs input from design/PM.
When NOT to Use
TODO — needs UX/product input. Name the alternative component if one exists (e.g. Skeleton for content placeholders).
Decision Logic
TODO — needs UX/product input on Loader vs Skeleton vs ProgressBar selection.
Accessibility
TODO — needs UX/product input.
Common Mistakes
TODO — needs UX/product input.