Skip to content
GitHub

Atom Schemas

Zod types and schemas for Atom feeds.

pnpm dlx shadcn@latest add pxl-ui/registry/schemas/atom
import type { Atom } from "@/lib/schemas/pxl/atom";
const feed: Atom.Feed = { ... }

An Atom feed.

An Atom entry.