Good evening. I am new to react and am trying to apply a drawer to my project, however when running it on localhost the drawer is not working and I am getting the following errors:
'handleToggle' is assigned but never used
'handleClose' is...
I'm having trouble with colors in JFoenix. My program has this yellow, gray and white palette, but all objects are in blue. Like the items in this combobox:
I tried to add this to the file jfx-combo-box.css :
.jfx-combo-box{...
I have a fragment with coordinator layout, recyclerview and a Float Action Button, and in the view that calls that fragment has a tablayout that hides and appears as it goes up or down the recycler view, I tried in several ways to leave the fab...
Good morning friends, I'm having a layout problem.
I put elevation but the shadow does not appear in the component, does anyone know what it can be?
Below is my layout:
<ScrollView
android:layout_width="match_parent"
an...
I have two selects , when I change the first one, it has a on change event that calls a ajax to load the data of the second select , is working, but when I include Materialize CSS , it stops working , I no longer...
I'm trying to make a project using
Material Design
I have NPM installed but, I'm not able to install.
I enter the project folder and the terminal digit:
npm install --save material-components-web
The following messages appear:
+ mate...