@batterai/block-sdk
v0.1.0
Published
Framework-neutral block registration and server-rendering helpers for Battery blocks.
Readme
@batterai/block-sdk
Framework-neutral block registration and server-rendering helpers for Battery blocks.
What It Provides
defineBlockand tag helpers for block packages.- A Lit-based base element for browser rendering.
- Declarative Shadow DOM server rendering utilities.
- Built-in callout, form, and image block examples.
Install
npm install @batterai/block-sdkRequires Node.js >=20.11.
Boundary
Blocks receive resolved props and host-supplied data. They do not own page persistence; the host CMS remains the durable source of truth.
