@qbtf/quietui-fork-browser
v1.6.2
Published
A UI library for the Web with a focus on accessibility, longevity, performance, and simplicity.
Maintainers
Readme
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:
@quietui/quiet- Use with frameworks and bundlers@quietui/quiet-browser- Use directly in the browser and on CDNs
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…?
- Get started using Quiet UI
- Get help and support
- Request a feature
- Report a bug
- Ask for help
- Star the project on GitHub
Developer instructions
To launch the development server, use the following commands.
npm i
npm run startThis 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 buildThe 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