react-mfb-google-icons

React component for a material floating button (Like seen on: Inbox, Evernote)

Usage no npm install needed!

<script type="module">
  import reactMfbGoogleIcons from 'https://cdn.skypack.dev/react-mfb-google-icons';
</script>

README

React Material Floating Button using Google Icon

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

How to Use:

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

Demo:

  1. Clone this repository
  2. cd demo
  3. npm install
  4. npm start
  5. Open localhost:3000