Prefixed vs un-prefixed utilities is one of the most common decision points we see. Here is the honest breakdown.
The short version#
Collision insurance vs ergonomics.
Point by point#
| Aspect | Analysis |
|---|---|
| Use case | Prefix when embedding beside other frameworks (WordPress, legacy) |
| Cost | Every class gains nk- (or yours) |
| Default | No prefix in greenfield apps |
| Config | prefix: "nk-" — one line either way |
Bottom line#
Pick based on your constraint, not ideology — and remember the comparison pages link to hands-on recipes so you can verify the claim in your own project within minutes.
Related comparisons#
comparisons/index|All comparisons
