Design KitComponentv0.3.0

NBCard

Base container with border + shadow for most panels.

When to use

Use for any boxed content: sections, feature tiles, inline callouts, and component demos.

Import

Import
tsx
import { NBCard } from "@/components/NB";

Example

Example
tsx
import { NBCard } from "@/components/NB";

export function Example() {
  return <NBCard className="p-5">Hello</NBCard>;
}

Live preview

Hello from NBCard

This is the default Neo-Brutalist container block.

People also ask

Where do I import NBCard from?

Use: import { NBCard } from "@/components/NB";

How do I keep it multi-domain safe?

Don’t hardcode domains in metadata/JSON-LD. Use getSiteUrl() + toAbsoluteUrl().

Design kit

Turn this into a sellable export

If you want the “packaged kit” (versioning, license, exportable docs and components), we can scope the release pipeline.