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
Core ExportsComponent PropsSchema RootResource ConfigForm ConfigField ConfigTable ConfigDetail ConfigDashboard ConfigAction ConfigConfirm Dialog ConfigFeedback ConfigLayout ConfigRuntime ConfigRegistry ConfigProvider ConfigTheme ConfigUtilities
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.