Sections
Get Started
Components
- Accordion
- Alert Dialog
- Animated Gradient Text
- Animated Shiny Text
- Avatar
- Badge
- Bento Box
- Bento Grid
- Border Beam
- Breadcrumbs
- Card
- Checkbox
- Custom Cursor
- Dialog
- Glow Border
- Glow Card
- Hyper Text
- Logo Beam
- Marquee
- Number Counter
- Popover
- Ripple Button
- Scroll Area
- Separator
- Shimmer Button
- Shinny Icons
- Tabs
- Terminal
- Text Animate
- Theme Toggler
- Typing Animation
- Word Rotate
HOVER ME!
import { HyperText } from "@/components/ui/hyper-text"
export function HyperTextDemo() {
return <HyperText>Hover Me!</HyperText>
}
Installation
pnpm dlx shadcn@latest add https://ebonui.com/r/hyper-text.json
Usage
import { HyperText } from "@/components/ui/hyper-text"<HyperText>Hover me</HyperText>Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | string | - | Text content to animate |
className | string | - | The class name to be applied to the component |
duration | number | 800 | Duration of the animation in milliseconds |
delay | number | 0 | Delay before animation starts (in ms) |
as | React.ElementType | "div" | Component to render as |
startOnView | boolean | false | Start animation when component is in view |
animateOnHover | boolean | true | Enable hover animation |
characterSet | string[] | A-Z | Custom character set for scramble effect |
Support Ebon UI by giving it a star on GitHub!
A lot of work goes into maintaining and improving Ebon UI. Your stars help show your support and encourage further development.
Star on Github