Unable to Customize my Buttons
See original GitHub issueDescription
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

Steps to Reproduce
- [First Step]
- [Second Step]
- [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:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Should your class on the anchor not be className?
What happens when you change
class=" amber darken-4 waves-effect waves-light btn-large"toclassName=" amber darken-4 waves-effect waves-light btn-large"Please try
react-materialize3.xand reopen if this is still happening, thanks!