🎉 Sora UI is now part of the shadcn/ui registry ecosystem.
Sora UI

Text Underline

A CSS-only link underline that slides through on hover.

Made by Axyl
Loading...

Installation

Usage

import { TextUnderline } from '@/components/sora-ui/texts/text-underline';

export default function Page() {
  return (
    <TextUnderline href="#" underlineColor="brand">
      Shop Performance Collection
    </TextUnderline>
  );
}

Props

PropTypeDefault
children?
ReactNode
-
label?
string
-
href?
string
"#"
underlineColor?
string
"currentColor"
underlineHeight?
"thin" | "medium" | "thick"
"thin"
duration?
"fast" | "normal" | "slow"
"normal"
initialScale?
"0" | "25" | "50" | "75"
"0"
anchor?
"left" | "center"
"left"
className?
string
-

Credits

Inspired by Annnimate. Reimplemented for Motion and React.

Built by Axyl. The source code will be available on GitHub soon.

Last updated: 6/9/2026