Adapter Examples
These pages show optional packages and plugin setup, one adapter per page.
The names below match the package exports used by the current VibeFlui packages.
Reading order
File structure
TXT
app/
providers.tsx
schemas/
users/
select.schema.ts
orders/
react-select-table-filter.schema.ts
articles/
editor.schema.ts
components/
vibeflui/
filters/
orders/
OrderStatusReactSelectFilter.tsxIntegration notes
schema.adapterandtheme.presetare metadata/theme choices. They do not install third-party React components.- Register plugins with
FluiKitProvider. - Use
field.adapterwhen a field should render through a field adapter. - Adapter-specific table behavior depends on the package implementation.