Help & Support
Quiet can be used for free under the MIT license. Unfortunately, I can't offer support for every user, but if you need help you can sponsor the project to unlock all of the benefits shown below.
Developers
MIT license Community support Priority bug fixesSponsors-only forumsSponsors badgeAttribution on website
Sponsors
MIT license Maintainer support Priority bug fixes Sponsors-only forums Sponsors badge Attribution on website
Stargazers
Completely free Only takes a click Raises awareness -
Legitimizes the project Good karma Makes the cats happy
Support from the maintainer
Priority bug fixes-
Sponsors badge on GitHub
Access to sponsors-only forums
Works with all frameworks
Learn once, use forever
Not sure how to start the conversation with your organization? This free template might help.
Frequently asked questions Jump to heading
Do you offer support?
Yes. You can sponsor Quiet on GitHub to unlock access to a sponsors-only discussion forum where you can get help directly from me, the maintainer, as well as other members of the community. I typically respond within 24 hours.
Is support guaranteed?
I will always do my best to help you and I typically reply within 24 hours. However, a sponsorship doesn't guarantee that I'll be able to fix your problem every time.
When will my bug be fixed?
I prioritize bug fixes that affect sponsors first. I try to submit fixes quickly, but some bugs are tricky and require more time, research, etc. I will communicate my progress with you so you're always aware of what's happening.
Where are the sponsors-only forums?
The forums are located here. Please note that the page will appear as a 404 error unless you're an active sponsor!
Can I cancel my sponsorship?
Yes. You can cancel your sponsorship any time, but you will lose access to the sponsors-only benefits when the sponsorship period expires.
How can I report a bug?
Bugs should be reported on GitHub. You do not need to be a sponsor to report a bug, but priority is given to sponsors. For best results, please include a minimal reproduction with your report.
How can I request a feature?
Features can be requested on GitHub. You do not need to be a sponsor to request a feature. Please search before posting to prevent duplicate requests and use the 👍 reaction to vote.
Can I sponsor/prioritize a feature?
I generally don't accept sponsorships for specific features. This lets me focus on what's best for the library.
Can I change the tag names?
Component tag names, e.g. <quiet-button>
, cannot be changed without modifying the
source code due to the way tags are referenced in code and styles. Attempting to change tag names, e.g. by
extending the associated classes, will cause unexpected breakages and isn't a supported feature of the
library.
Can I subclass the components?
While components are written as classes, they aren't designed to be subclassed. This is not supported and isn't an objective of the library. Instead, use composition when possible.
Can I use this library with a micro frontend?
Because custom elements are registered globally, I don't recommend using Quiet in a micro frontend architecture unless you move it to the top of the stack. Avoid loading the library multiple times, as this will cause version conflicts and load more code than is necessary.