Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
-
Updated
Jun 3, 2022 - TypeScript
{{ message }}
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
Dark Reader Chrome and Firefox extension
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Beautiful and accessible math in all browsers
A CSS only tooltip library for your lovely websites.
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Toolkit for building accessible web apps with React
A visual overview of useful skills to learn as a web developer
noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
An open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
The isFocusable function currently does not take into account negative tabindex (and for the default use case it shouldn't take into account negative tabindex). This causes us to pair the function call with a check on tabindex to ensure that the element is currently keyboard focusable and not programmatically foc
OptiKey - Full computer control and speech with your eyes
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Running the WAVE plugin shows not all text has sufficient contrast, and an empty link is present, these are minor issues and potentially false positives, as the site may serve as an example for others it would be great if at least all errors from automated tests are resolved.
Running a tool such as the WAVE plugin on Chrome shows no errors.
Pa11y is your automated accessibility testing pal
Static AST checker for a11y rules on JSX elements.
Accessible HTML5 Video Player
React material design - An accessible React component library built from the Material Design guidelines in Sass
A very lightweight and flexible accessible modal dialog script.
Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:
return import(`./${bundleId}.entry.js${""}`);Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To
A curate list about A11Y
JavaScript library to help modern web applications with accessibility concerns
There is no documentation in the user guide or commands quick reference, for the context sensitive help feature, available on F1.
As a result, most users do not likely know about it.
While I know it is not yet available in every dialog, or for every control; and it does have some bro
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
Add a description, image, and links to the accessibility topic page so that developers can more easily learn about it.
To associate your repository with the accessibility topic, visit your repo's landing page and select "manage topics."
In my next.js where I'm adding in React Spectrum, I placed the
<Provider/>in my/pages/_app.tsx: