Snappy UI Logo

Terminal

An interactive command-line interface modeled after macOS Terminal. Great for demos.


Basic Usage

✔ Checking registry.
✔ Created 1 file:- src\components\ui\snappy-checkbox.tsx

Installation

pnpm dlx shadcn@latest add http://snappyui.in/api/registry/turminal

Props

Terminal Component

NameTypeDefaultDescription
childrenReactNode-Content to be typed out in the terminal
classNamestring-Custom CSS class for styling

AnimatedSpan Component

NameTypeDefaultDescription
childrenReactNode-Content to be animated
delaynumber0Delay in milliseconds before the animation starts
classNamestring-Custom CSS class for styling

TypingAnimation Component

NameTypeDefaultDescription
childrenReactNode-Content to be animated
delaynumber0Delay in milliseconds before the animation starts
classNamestring-Custom CSS class for styling
durationnumber100Duration in milliseconds for each character typed
asReact.ElementType"span"The component type to render

On this page