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
children[1]
boolean
FloatingMenu
Hi, thanks for the project!
I'm getting an error in Microsoft Edge. Works fine in Chrome. Any idea?
<FloatingMenu slideSpeed={500} direction="up" spacing={8} isOpen={isOpen} > <MainButton iconResting={<i className="fabicon fa fa-plus" aria-hidden="true"></i>} iconActive={<i className="fabicon fa fa-close" aria-hidden="true"></i>} backgroundColor="black" onClick={() => setOpen(!isOpen)} size={40} /> {browserName === "Chrome" && <ChildButton icon={<img className="fabicon" src="/images/cast.svg" style={{width: '24px'}}/>} size={40} onClick={() => chromeCast()} /> } <ChildButton icon={<i className="fabicon icon-music" aria-hidden="true"></i>} size={40} onClick={() => playAudio()} /> </FloatingMenu>
The text was updated successfully, but these errors were encountered:
Also, backgroundColor never seems to do anything on the MainButton or ChildButton? Thanks.
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for the project!
I'm getting an error in Microsoft Edge. Works fine in Chrome. Any idea?
The text was updated successfully, but these errors were encountered: