Quiet UI
What's in the box
-
109 accessible and 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 more than 30 languages -
A handful of CSS utilities to make common things easier -
Empower AI assistants with ready-to-use component intelligence
Quickstart
Copy and paste the following code into the <head> section of any HTML document. The
autoloader will fetch components from the public CDN as you add them to the DOM.
<!-- Quiet theme + autoloader --> <link rel="stylesheet" href="https://cdn.quietui.org/v5.2.0/themes/quiet.css"> <script type="module" src="https://cdn.quietui.org/v5.2.0/quiet.loader.js"></script> <!-- Optional CSS reset --> <link rel="stylesheet" href="https://cdn.quietui.org/v5.2.0/themes/restyle.css">
This is proprietary software! Permission is required to use the CDN. Logs are monitored and unauthorized origins will be blocked without notice.
Or you can import components manually using a self-hosted distribution.
Quiet UI is probably the cleanest component library I've come acrossWayne R.
It's very inspirational to see someone really sweating the details and crafting something with love and care like this
I'm seriously considering making this the default component set for all side projects going forwardDave