question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

icons in md-btn component dont shows anymore

See original GitHub issue

if I use this button

<!-- A colored button with an icon -->
{{md-btn text='Button'
    icon='mdi-action-favorite'
    action='debug'
    class='deep-purple darken-3'}}

from the online demo it only shows the button, not the icon…

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dzenacommented, May 20, 2016

@mike-north isn’t it easier to only update the md-btn component

{{#if icon}}
  <i class="material-icons {{iconPosition}}">{{icon}}</i>
{{/if}}

and use it:

{{md-btn-submit icon='send' iconPosition='right' class="right" isDisabled=isInvalid}}

1reaction
mike-northcommented, Apr 25, 2016

Updated my example. You have to add the “left” or “right” class to the icon. Read the Materialize documentation for details.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React - storybook. Bootstrap Icon components don't show in ...
Sometimes the issue is for linked components, in this case, you need import each icon from SVG. import { faEdit, faUser, faCartShopping, ...
Read more >
Material icon doesn't show · Issue #7948 · angular/components
Result: Material icon doesn't show on button, on card, on anywhere What are the steps to reproduce? Step by step followed ...
Read more >
React Buttons with Bootstrap - examples & tutorial
React Bootstrap 5 Buttons component. Use MDB custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states,...
Read more >
Material UI Tutorial #4 - Icons - YouTube
... to use Icons in material UI, in this tutorial we'll take a look at the most simple way to use them -...
Read more >
Sony Bravia Android TV - #18 by sparkydave - Configuration - Home ...
When I set my TV using the braviatv component it asked for a pin as it should. ... It doesnt show which app...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found