New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@quietui/quiet

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@quietui/quiet

A UI library for the Web with a focus on accessibility, longevity, performance, and simplicity.

latest
Source
npmnpm
Version
1.6.2
Version published
Maintainers
1
Created
Source

Quiet UI

Quiet is an open source user interface library for the modern Web. It features dozens of accessible, performant, and interoperable components along with an optional CSS reset to streamline development of websites and apps.

You might be curious to learn that Quiet's components aren't built with React, Vue, or any other framework. They're custom HTML elements, or Web Components, which means you can use them in plain ol' HTML pages as well as your favorite frameworks.

There are two primary packages for this library:

What's in the box?

  • 🧰 A collection of high quality components for building beautiful, accessible, and consistent user interfaces
  • 🚀 An [optional] opinionated CSS reset to kick off new projects with beautiful base styles
  • 🎨 Extreme customizability using plain ol' CSS
  • 🐭 A built-in autoloader that detects components in your HTML — even ones you add dynamically — and loads them on the fly!

Where can I…?

Developer instructions

To launch the development server, use the following commands.

npm i
npm run start

This will launch a browser showing the docs. The browser will reload as you make changes to the project. When you're ready to create a production build, use the following command.

npm run build

The dist folder will contain the files you want.

There are a number of commands you can use to lint and test the library. For a full list of them, run the following command.

npm run

Keywords

components

FAQs

Package last updated on 04 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts