question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proposal: Have a option to prefix or suffix the classnames on className

See original GitHub issue

Hi @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:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

3reactions
dcousenscommented, May 4, 2016
'abstract fizz buzz'.split(' ').map(x => 'foo-' + x).join(' ')

You could do it in this module, it might be more performant… but IMHO, its probably out of scope.

2reactions
springupercommented, Mar 3, 2017

ask for this feature. it’s very useful when building ui library without css-modules.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found