checkout-architecture

Installation
SKILL.md

Checkout Components Skill

Quick reference for reusable checkout components extracted during the architecture refactor.

Component Locations

src/checkout/components/
├── contact/              # Authentication & user display
├── shipping-address/     # Address selection & display
├── payment/              # Payment method & billing
└── AddressForm/          # Form utilities (existing)

Contact Components

import {
	SignInForm, // Email + password + forgot password
Related skills
Installs
3
GitHub Stars
1.4K
First Seen
Feb 19, 2026