Guidance for writing `@kubb/react-fabric` components and generators (React-based and function-based).
This skill helps agents answer questions about authoring components and generators using @kubb/react-fabric.
react-fabric components and where to place themimport { File, Function } from '@kubb/react-fabric'
export function Query({ name }: Props): FabricReactNode {
return (
<File.Source name={name} isExportable isIndexable>
<Function name={name} export>
// Generated code
</Function>
</File.Source>
)
}
usePluginManager(), useOas(), useOperationManager() in components| Skill | Use For |
|---|---|
| ../plugin-architecture/SKILL.md | For lifecycle and plugin registration details |