@contentstech/stackflow-plugin-renderer-basic
v0.5.0
Published
Render the activity that should be rendered by default using the stack state.
Downloads
384
Readme
@stackflow/plugin-renderer-basic
Render the activity that should be rendered by default using the stack state.
Usage
import { stackflow } from "@stackflow/react";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
const { Stack, useFlow } = stackflow({
activities: {
// ...
},
plugins: [basicRendererPlugin()],
});