lightweight css with opinionated defaults.
component-first. No utility classes.
typography, colors, and spacing that just work together.
automatic adaptation via prefers-color-scheme.
no bloat. Semantic classes like .nc-btn, .nc-card.
add nimbus to your project with a single line.
ready-to-use components with the nc- prefix. Here's a
complete card example.
a minimal css library with frosted glass effects.
<div class="nc-card"> <span class="nc-chip nc-chip-primary">featured</span> <span class="nc-chip nc-chip-success">new</span> <h3>card title</h3> <p>description text...</p> <button class="nc-btn nc-btn-primary"> get started </button> <button class="nc-btn nc-btn-outline"> learn more </button> </div>
explore more examples and documentation.