Skip to content
New issue

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

How to style? #56

Open
SaadBazaz opened this issue Oct 26, 2021 · 0 comments
Open

How to style? #56

SaadBazaz opened this issue Oct 26, 2021 · 0 comments

Comments

@SaadBazaz
Copy link

Hey,
Thanks for the repo.

How can I apply styles so I can change how the popup looks like?

Tried this:

        <PopPop position="centerCenter"
                open={true}
                closeBtn={false}
                closeOnEsc={false}
                closeOnOverlay={false}
                
                style={{  
                    backdropFilter: "blur(10px)",
                    backgroundColor: "transparent",
                    boxShadow: "none",
                    display: "flex", 
                    flexDirection: "column",
                    alignItems: "center"
                        }}

                >

               <h1> Test 123 </h1>
        </PopPop>

But it does not have any effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant