Carsten Lebek

Results 3 issues of Carsten Lebek

This PR adds `AvatarBadge` and `AvatarGroup` (including `AvatarList`) components. The only necessary change to the existing Avatar component was to remove the `overflow-hidden` class from the `Avatar` component and instead...

Added a Card and CardGroup component

I have added a webhook event constructor similar to stripe. ```typescript import { constructEvent } from "lemonsqueezy.ts"; const event = constructEvent( "RAW_REQUEST_BODY", "X-Signature HEADER_VALUE", "YOUR_WEBHOOK_SECRET" ) switch (event.type) { case...