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.

Unable to Customize my Buttons

See original GitHub issue

Description

For some reason I cannot write content inside my ‘wave’ buttons. One is supposed to be ‘sign up’, the other ‘sign in’. To add space in between them, I used Row and Col this way:

<Row>
       <Col s={6} className='grid'>
       <a class="waves-effect waves-light btn-large" href="#">Sign in </a>
       </Col>
     
       <Col s={6} className='grid'>
         <a class="waves-effect waves-light btn-large" href="#">Sign Up</a>
       </Col>
     </Row>

When I run my code, I get to show one full label and half the other error-buttons-materialize

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [or Code Sample…]

Expected behavior: [What you expect to happen]

Display both labels correctly

Actual behavior: [What actually happens] Labels are not showing correctly, by labels I mean text content of buttons

Versions

react-materialize: 0.98.0 materialize-css: 0.98.0 react: ^16.0.0

Thanks for helping out!

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
lastgivencommented, Oct 8, 2018

Should your class on the anchor not be className?

What happens when you change class=" amber darken-4 waves-effect waves-light btn-large" to className=" amber darken-4 waves-effect waves-light btn-large"

0reactions
alextrasterocommented, Mar 24, 2019

Please try react-materialize3.x and reopen if this is still happening, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Im unable to click on my customize buttons on webpage edit
i wanted to start a website for my e-commerce, I began my website domain from ... Im unable to click on my customize...
Read more >
Can't customize keyboard shortcuts -customize button doesn't
Can't customize keyboard shortcuts -customize button doesn't appear. When I scroll down to the bottom of the customize screen the right side box ......
Read more >
I can't customize anything; the menu button doesn't even open.
The issue is probably caused by one of your add-ons. Restart Firefox with Add-ons Disabled to check if that's the case.
Read more >
Where can I find the customize button if it's not at the bottom ...
I've been looking all over online but they say the same answer. "It's on the button right corner" I looked but it's still...
Read more >
Customize the Touch Bar on Mac - Apple Support
If your Mac has a Touch Bar, you can change settings for the buttons it shows by default and customize the buttons it...
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