FoundryKit

API

Public exports from @foundrykit/blocks.

API

import { HeroMinimal, InteractiveRegionsMap, Pricing, Testimonials } from '@foundrykit/blocks';

Export Notes

  • InteractiveRegionsMap is surfaced from Maps, so behaviour and supporting types live there.
  • HeroMinimal, Pricing, and Testimonials are the package-local block exports currently available from the top-level entrypoint.

Dependencies

  • The package depends on next, react, and react-dom at runtime.
  • It also consumes internal FoundryKit packages for shared UI, styling, types, and utility helpers.

On this page