We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need something to easily manage users state
Only allows a user with email [email protected] see the {children}
[email protected]
{children}
<Flag email="[email protected]" >{children}</Flag>
Only allows an authenticated user to see the {children}
<Flag isAuthenticated >{children}</Flag>
Only allows users in the admin group to see the {children}
<Flag group={["admin"]} >{children}</Flag>
All these conditions should be composable
The text was updated successfully, but these errors were encountered:
useFlag hook may also be useful
useFlag
Sorry, something went wrong.
No branches or pull requests
I need something to easily manage users state
Only allows a user with email
[email protected]
see the{children}
Only allows an authenticated user to see the
{children}
Only allows users in the admin group to see the
{children}
All these conditions should be composable
The text was updated successfully, but these errors were encountered: