Components
Animated (pulse) ASCII art in the Dots style, made with the 21st.dev ASCII editor and baked to a looping video. Styled with a colorful, film look. A drop-in, zero-dependency React component for hero sections, cards, and retro terminal-style backgrounds.
Loading preview...
import { AsciiArt } from "@/components/ui/ember"
export default function AsciiArtDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<AsciiArt className="h-full w-full" />
</div>
)
}