@solvind/css
v0.1.1
Published
Solvind zero-JS component layer: pure HTML + CSS components that work in any stack — plain HTML, Astro, Vue, Svelte, React, Laravel, WordPress, and everything else.
Maintainers
Readme
@solvind/css
The zero-JS component layer of the Solvind universal component library. Pure HTML + CSS — works in plain HTML, Astro, Vue, Svelte, React, Laravel, WordPress, and anywhere CSS reaches. No framework, no build step, no JavaScript.
Install
npm install @solvind/cssOr via the CLI (detects your stack):
npx @solvind/cli add buttonUse
<link rel="stylesheet" href="@solvind/css" />
<button class="sv-btn sv-btn--primary">Get started</button>
<div class="sv-card">…</div>
<span class="sv-badge sv-badge--success">Active</span>Components
button · badge · card · input/textarea/select · alert · separator · avatar · tooltip · skeleton · spinner · stat · progress · empty-state · marketing set (hero, CTA, feature grid)
Every component: semantic-token-driven, dark-mode-native, prefers-reduced-motion safe.
License
MIT — part of the Solvind library.
