/react-material-floating-button

Material floating action button implemented as a React component using Google Icons

Primary LanguageCSSMIT LicenseMIT

React Material Floating Button using Google Icon

Based on: https://github.com/nobitagit/react-material-floating-button

Features:

  • Using Google's Material Icons
  • Smaller child button

How to Use:

  • npm install react-mfb-google-icons
  • Add Google's Material Icons Font into your HTML file
  • Enjoy!

Demo:

  • Clone this repository
  • cd demo
  • npm install
  • npm start
  • Open localhost:3000