scraps as emails
brendan
April 23, 2026
this is fun, I'm testing a scrap that…might be sent…as an email - ?!
very cool!
don't forget to check out leaflet!
https://leaflet.pub External Link • leaflet.pubfurther testing
with some headings
like this
and more text :) woot!
cool img from Mosh's talk:
excited for this meetup!
oh yeah I made a demo:
more things:
testing block quote with some text to see how this renders too!
^Scraps! once again…but…embedded
const AtApp = (props: { logo: string; name: string }) => {
return (
<div className="w-20 flex-shrink-0 flex flex-col gap-2 justify-center text-tertiary font-bold text-sm text-center">
<img src={props.logo} alt={props.name} className="w-12 h-12 mx-auto" />
{props.name}
</div>
);
};okay I think that's it for now!
—Brendan
Discussion in the ATmosphere