VVibeFlui

API Reference

This section lists the public @vibeflui/core API surface and the main schema types used by VibeFlui.

Use guide pages for explanations and tutorials. Use this section when you need exact import names, prop names, schema keys, and registry slots.

Pages

  1. Core Exports
  2. Component Props
  3. Schema Root
  4. Resource Config
  5. Form Config
  6. Field Config
  7. Table Config
  8. Detail Config
  9. Dashboard Config
  10. Action Config
  11. Confirm Dialog Config
  12. Feedback Config
  13. Layout Config
  14. Runtime Config
  15. Registry Config
  16. Provider Config
  17. Theme Config
  18. Utilities

Import pattern

TS
import { FluiKit, FluiKitProvider, createRegistry } from "@vibeflui/core";
import type { FluiKitConfig } from "@vibeflui/core";

Reference rule

Only use keys listed here when the key exists in the current public types. When a guide page describes behavior beyond the type shape, verify the matching runtime component or utility before treating it as active behavior.