@stackflow/plugin-devtools
v0.1.11
Published
Enables Stackflow Devtools (Chrome extension)
Downloads
1,682
Keywords
Readme
@stackflow/plugin-devtools
Enables Stackflow Devtools (Chrome extension)
Usage
import { stackflow } from "@stackflow/react";
import { devtoolsPlugin } from "@stackflow/plugin-devtools";
const { Stack, useFlow } = stackflow({
activities: {
// ...
},
plugins: [
devtoolsPlugin(),
// ...
],
});