ComponentsStripe Typewriter

Interactive Component

Stripe Typewriter

A typewriter effect inspired by Stripe's landing page. Reveals text character by character with a cursor blink for that authentic typing feel.

Inspired By

@stripe[.]dev

Installation

npx shadcn@latest add https://atomixui.mihircodes.in/registry/stripe-typewriter

How to use

'use client';

import { StripeTypeWriter } from '@/components/atomixui/stripe-typewriter';

export default function StripeTypewriterDemo() {
    return <StripeTypeWriter />;
}

Example: what is the best way to handle webhook in next.js?