PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

Support custom icons and existing material icons #20

Open twhtanghk opened 6 years ago

twhtanghk commented 6 years ago

Custom component icon.vue is created to allow injecting custom component or existing material icon component. README.md, src/icon.vue, src/upload.vue, and demo/App.vue are updated to demonstrate the usage with additional props 'icon-components' and extension of sample upload component. Please review.