Back

Terminal

Satu Visual ComponentNew

A macOS-style terminal window that types its lines out.

Terminal

$

Installation

Add it with the CLI:

Terminal

$

Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.

Usage

Feed it an array of lines (command / log / success). It types them out in sequence.

Props

PropTypeDefaultDescription
linesTerminalLine[]Lines to type; each has { type?, text }.
titlestring"Terminal"Window bar title.
typingSpeednumber22Ms per character.
classNamestringExtra classes.