Hyper Text
An intercepted signal resolving: characters flicker through scramble glyphs, then lock into place left to right, like a callsign clearing on the uplink.
Draw
draw a card
$npx shadcn@latest add @clow/hyper-textFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<HyperText>KX-7 // UPLINK LOCKED</HyperText>Examples
basic
Props
| prop | type | default |
|---|---|---|
| duration | number | 1100 |
| scrambleOnHover | boolean | true |
| children | text | KX-7 // UPLINK LOCKED |

