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

use-wc

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-wc

[Documentation (usewc.com)](https://usewc.com)

latest
npmnpm
Version
1.0.0-pre.1
Version published
Maintainers
1
Created
Source

Documentation (usewc.com)

Storybook documentation NPM Version

About use-wc

use-wc is a library of accessible web components for rapidly developing highly customizable user interfaces. These web components are only intended to extend native HTML elements where they fall short. One example of this is replacing table with use-grid to provide keyboard navigation for various controls like data grids, master detail, and chip inputs with custom styling.

Mission

Provide reusable components with built-in accessibility, internationalization, and theming using baseline web standards and APIs.

Guiding principles

  • Predefined styles only apply to custom element names, named parts, and default slots
  • Third-party libraries should only be used if there isn't a baseline API available (like floating-ui) or the library provides battle-tested, single-use logic (like tabbable)
  • Input-type controls must return serializable data (typeof string or FormData) as its value property so it can be used inside form elements
  • The web components in this library should only provide solutions for gaps in baseline web features

Install

npm i use-wc

FAQs

Package last updated on 31 May 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