Skip to content

@kubb/react 🦙 ​

Use React to create templates/variants for any plugin.


Installation ​

shell
bun add @kubb/react
shell
pnpm add @kubb/react
shell
npm install @kubb/react
shell
yarn add @kubb/react

Configure tsconfig.json ​

json
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "@kubb/react"
  }
}

Released under the MIT License.