Skip to content

Commit 60f7fd8

Browse files
authored
Add Toolbar to Provider
1 parent c2cc7f5 commit 60f7fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { ReflagProvider } from "@reflag/react-sdk";
3232
user: { id: "john doe" },
3333
}}
3434
loadingComponent={<Loading />}
35+
toolbar={true}
3536
>
3637
{/* children here are shown when loading finishes or immediately if no `loadingComponent` is given */}
3738
</ReflagProvider>;

0 commit comments

Comments
 (0)