Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 479 Bytes

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