+-----------------+| Arghya Das |+-----------------+◇ I am a Full Stack DeveloperInstallation
npx shadcn@latest add "https://magicui.design/r/terminal"Props
Terminal
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Content to be typed out in the terminal. |
className | string | - | Custom CSS class for styling. |
AnimatedSpan
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Content to be animated. |
delay | number | 0 | Delay in milliseconds before the animation starts. |
className | string | - | Custom CSS class for styling. |
TypingAnimation
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Content to be animated. |
delay | number | 0 | Delay in milliseconds before the animation starts. |
className | string | - | Custom CSS class for styling. |
duration | number | 100 | Duration in milliseconds for each character typed. |
as | React.ElementType | "span" | The component type to render. |