python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to center a card in a container using Materialize CSS?
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/...
geek
Votes: 0
Answers: 1
I have problems with screen resolution upscaling of my responsive web designs
I have made multiple personal projects for practising website designs and different JS frameworks. For the most part, I've learned how to do responsive design, whether with pure CSS media queries and ...
Nick Fulson
Votes: 0
Answers: 0
How to Initialize Materialize Dropdown Button in React?
I have this code, and am trying to get the dropdown button to work. I can get the button to appear but nothing happens when clicked.
import React, {useContext} from 'react';
import {Link, useNavigate}...
schlek
Votes: 0
Answers: 1
The FAB edit button opens modal but when select value is clicked on it closes modal
3.19.22
IT-Logger App issue
Author Greg Petropoulos
Problem Statement:
When the authenticated user hovers over the FAB the black edit button appears and is clicked on to show the modal and make a sele...
Greg
Votes: 0
Answers: 0