Dia Text
iconiq-ui/dia-textFreeComponent
Animated inline text reveal with a sweeping gradient band, repeat controls, and optional fixed-width rotation for motion-driven typography.
Install it
npx shadcn@latest add https://www.iconiqui.com/r/dia-text.jsonSource
1"use client";23import {4 type AnimationPlaybackControls,5 animate,6 motion,7 useInView,8 useMotionValue,9 useTransform,10} from "motion/react";11import {12 type ComponentPropsWithoutRef,13 type CSSProperties,14 forwardRef,15 useCallback,16 useEffect,17 useMemo,18 useRef,19 useState,20} from "react";2122import { cn } from "@/lib/utils";2324const componentThemeClassName =25// … truncated
What it pulls in
npm packages
Files it writes
More from Iconiq UI
All 119 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Iconiq UI | Components | Free | 2 deps | |
| AI Inputai-input | Iconiq UI | Components | Free | 3 deps | |
| Alertalert | Iconiq UI | Components | Free | 2 deps | |
| Avataravatar | Iconiq UI | Components | Free | 3 deps | |
| Accordion (Base UI)b-accordion | Iconiq UI | Components | Free | 2 deps | |
| Alert Dialog (Base UI)b-alert-dialog | Iconiq UI | Components | Free | 3 deps | |
| Autocomplete (Base UI)b-autocomplete | Iconiq UI | Components | Free | 3 deps | |
| Avatar (Base UI)b-avatar | Iconiq UI | Components | Free | 2 deps |
