Quiet UI
A hand-crafted UI library for the Web
Focusing on accessibility, longevity, performance, and simplicity
What's in the box?
-
52 high-quality, accessible, interoperable UI components -
Modern theme with light and dark mode that can adapt to any brand -
Optional CSS reset for jump-starting new apps with consistent styles -
Localized components with translations in multiple languages
Quick start
Copy and paste the following code into the <head>
section of any HTML document. The
autoloader will fetch components from the CDN as you add components to the DOM.
<!-- Quiet theme + autoloader --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@quietui/quiet@1.0.0/dist/themes/quiet.css"> <script type="module" src="https://cdn.jsdelivr.net/npm/@quietui/quiet@1.0.0/dist/quiet.loader.js"></script> <!-- Optional CSS reset --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@quietui/quiet@1.0.0/dist/themes/restyle.css">