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

Installs
3
GitHub Stars
1.5K
First Seen
Feb 19, 2026
checkout-architecture — saleor/storefront