Top "Class-names" questions

How to use clsx in React

I am trying to understand some uses of clsx in assigning classnames to a component in React. The construct className={…

reactjs jss class-names
Selenium Compound class names not permitted

I have the below code that clicks on an element to pop up a screen and copy the text in …

python selenium xpath css-selectors class-names
Is it possible use a class name in java switch/case statement?

I would like to use a java switch statement, which uses class names as case constants. Is it possible somehow? …

java switch-statement constants final class-names
Change paper color Material-UI

I'm developing a React project using the material-ui library. I'm currently trying to add a drawer which is working fine …

javascript css reactjs material-ui class-names
Is it possible to have two classes with the same name if they're in different folders?

I was wondering if there is anything wrong with having two classes with the same name in PHP if they're …

php class-names
Prefixing JAXB generated classes

I have this Maven "task" to generate Java classes from an XSD file using JAXB. <!-- XML to Java …

jaxb xjc class-names
React - using classNames with imported css

I'm using react and I found this awesome library that helps you define css classes for components called classNames. I'm …

css reactjs css-loader class-names
Java - class name starts with numbers

I have done my HW already but our instructor wants us to submit our HWs as yourID_BFS_DFS.java. …

java class-names
Is there an elegant way to add multiple HTML classes with XSLT?

Let's say I'm transforming a multiple-choice quiz from an arbitrary XML format to HTML. Each choice will be represented as …

html xslt class class-names