We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cc7f5 commit 60f7fd8Copy full SHA for 60f7fd8
packages/react-sdk/README.md
@@ -32,6 +32,7 @@ import { ReflagProvider } from "@reflag/react-sdk";
32
user: { id: "john doe" },
33
}}
34
loadingComponent={<Loading />}
35
+ toolbar={true}
36
>
37
{/* children here are shown when loading finishes or immediately if no `loadingComponent` is given */}
38
</ReflagProvider>;
0 commit comments