RO
Ryan Oberholzer
E S I M Dialog - Copy this React, Tailwind Component to your project
Export type Purchase = { id: number; qrCode?: string; installLink?: string; activationCode?: string; package: { id: number; name: string; location: string; data?: { qrCode?: string; installLink?: string; activationCode?: string; }; }; esimStatus: string; smdpStatus: string; createdAt: string; totalVolume: number; usage: { usedOn: string; usedData: number; }[]; }; given this type create a dialog to display esim data for your purchase be creative use tailwind and shadcon
Prompt
