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
Using Create React App this plugin does not work as expected.
import React, { Component } from 'react'; import { SpeedDial, SpeedDialItem } from 'react-mui-speeddial'; class Dashboard extends Component { constructor(props) { super(props); this.state={} } render() { return ( <div className="container"> <h1>Content</h1> </div> ); } } export default Dashboard;
The text was updated successfully, but these errors were encountered:
@wsfuller @jampy have you found any solution for this issue yet? Got the same and I would still love to use this component in my project
Sorry, something went wrong.
@Fuasmattn I used a different tool altogether react-speed-dial which works as advertised
@wsfuller thx I will have a look at it
No branches or pull requests
Using Create React App this plugin does not work as expected.
The text was updated successfully, but these errors were encountered: