FoundryKit

Integration

How the Tailwind package fits with the rest of FoundryKit.

Integration

  • Import @foundrykit/tailwind/globals.css once near the root of your app.
  • Use Utils or the UI package re-exports of cn when layering app-specific class names on top of the shared styles.
  • The CLI’s initialization flow is built around a Tailwind v4-friendly setup, so this package is a natural companion to CLI.

On this page