Proposal: Have a option to prefix or suffix the classnames on className
See original GitHub issueHi @JedWatson,
I’m actually thinking that would be useful to have a option for specify a prefix/suffix of all the classes that are you passing into the classNames()
and have it as a global defined variable.
like:
classNames.prefix('foo-')
Have a little bit more of API in terms of options or settings for some cases can be useful. What do you think guys?
PS: I this goes forward I would create the PR with some proposal.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:6
Top Results From Across the Web
JSSProvider not generating class prefix with classNamePrefix
Im trying to generate unique class names for the micro-frontend, something like App1-{className} using JssProvider classNamePrefix prop, but ...
Read more >How to prefix all generated java class names? - Google Groups
I think the usecase of adding a prefix to the class is name is so useful that I suggest adding something like 'PrefixNamingGenerator'...
Read more >Coding Guidelines | Block Editor Handbook
All class names assigned to an element must be prefixed with the name of the package, followed by a dash and the name...
Read more >Element.getElementsByClassName() - Web APIs | MDN
A string containing one or more class names to match on, separated by whitespace. Return value. An HTMLCollection providing a live-updating list ...
Read more >Where to read about Joomla 4 convention for class names
Components in J4 use a service-based approach which, in theory, should allow any naming convention. Although for that you'd have to write ...
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
You could do it in this module, it might be more performant… but IMHO, its probably out of scope.
ask for this feature. it’s very useful when building ui library without css-modules.