npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@component-controls/components

v4.0.3

Published

Component controls commonly used UI components.

Downloads

129

Readme

Table of contents

Installation

This package is usually installed as part of the @component-controls package, but you can also install it standalone and use the components in your:

$ npm install @component-controls/components --save

Documentation

live documentation site

Overview

An ecclectic collection of theme-ui-based components that are used throughout component-controls.

Third-party libraries used in no particular order:

List of components

titleToId

react function

defined in @component-controls/components/ui/components/src/LinkHeading/pageLink.ts

parameters

| Name | Type | | --------- | -------------------------------------------------- | | id | string | null | Record<string, any> | | returns | string |

useIsLocalLink

react function

defined in @component-controls/components/ui/components/src/Link/useIsLocalLink.tsx

parameters

| Name | Type | | --------- | --------- | | link | string | | returns | boolean |

Header

react component

A page header component

defined in @component-controls/components/ui/components/src/Header/Header.tsx

properties

| Name | Type | Parent | Description | | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | hidden | boolean | undefined | HTMLAttributes | | | slot | string | undefined | HTMLAttributes | | | style | CSSProperties | undefined | HTMLAttributes | | | title | string | undefined | HTMLAttributes | | | key | Key | null | undefined | Attributes | | | sx | ThemeUICSSObject | ThemeDerivedStyles | Attributes | The ThemeUIStyleObject extends [style props](https://emotion.sh/docs/object-styles) such that properties that are part of the Theme will be transformed to their corresponding values. Other valid CSS properties are also allowed. | | defaultChecked | boolean | undefined | HTMLAttributes | | | defaultValue | string | number | ReadonlyArray<string> | undefined | HTMLAttributes | | | suppressContentEditableWarning | boolean | undefined | HTMLAttributes | | | suppressHydrationWarning | boolean | undefined | HTMLAttributes | | | accessKey | string | undefined | HTMLAttributes | | | className | string | undefined | HTMLAttributes | | | contentEditable | Booleanish | "inherit" | undefined | HTMLAttributes | | | contextMenu | string | undefined | HTMLAttributes | | | dir | string | undefined | HTMLAttributes | | | draggable | Booleanish | undefined | HTMLAttributes | | | id | string | undefined | HTMLAttributes | | | lang | string | undefined | HTMLAttributes | | | placeholder | string | undefined | HTMLAttributes | | | spellCheck | Booleanish | undefined | HTMLAttributes | | | tabIndex | number | undefined | HTMLAttributes | | | translate | "yes" | "no" | undefined | HTMLAttributes | | | radioGroup | string | undefined | HTMLAttributes | | | role | AriaRole | undefined | HTMLAttributes | | | about | string | undefined | HTMLAttributes | | | datatype | string | undefined | HTMLAttributes | | | inlist | any | HTMLAttributes | | | prefix | string | undefined | HTMLAttributes | | | property | string | undefined | HTMLAttributes | | | resource | string | undefined | HTMLAttributes | | | typeof | string | undefined | HTMLAttributes | | | vocab | string | undefined | HTMLAttributes | | | autoCapitalize | string | undefined | HTMLAttributes | | | autoCorrect | string | undefined | HTMLAttributes | | | autoSave | string | undefined | HTMLAttributes | | | color | string | undefined | HTMLAttributes | | | itemProp | string | undefined | HTMLAttributes | | | itemScope | boolean | undefined | HTMLAttributes | | | itemType | string | undefined | HTMLAttributes | | | itemID | string | undefined | HTMLAttributes | | | itemRef | string | undefined | HTMLAttributes | | | results | number | undefined | HTMLAttributes | | | security | string | undefined | HTMLAttributes | | | unselectable | "on" | "off" | undefined | HTMLAttributes | | | inputMode | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | HTMLAttributes | Hints at the type of data that might be entered by the user while editing the element or its contents | | is | string | undefined | HTMLAttributes | Specify that a standard HTML element should behave like a defined custom built-in element | | aria-activedescendant | string | undefined | AriaAttributes | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. | | aria-atomic | boolean | "false" | "true" | undefined | AriaAttributes | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. | | aria-autocomplete | "none" | "inline" | "list" | "both" | undefined | AriaAttributes | Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. | | aria-busy | boolean | "false" | "true" | undefined | AriaAttributes | Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. | | aria-checked | boolean | "false" | "mixed" | "true" | undefined | AriaAttributes | Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. | | aria-colcount | number | undefined | AriaAttributes | Defines the total number of columns in a table, grid, or treegrid. | | aria-colindex | number | undefined | AriaAttributes | Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. | | aria-colspan | number | undefined | AriaAttributes | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. | | aria-controls | string | undefined | AriaAttributes | Identifies the element (or elements) whose contents or presence are controlled by the current element. | | aria-current | boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | AriaAttributes | Indicates the element that represents the current item within a container or set of related elements. | | aria-describedby | string | undefined | AriaAttributes | Identifies the element (or elements) that describes the object. | | aria-details | string | undefined | AriaAttributes | Identifies the element that provides a detailed, extended description for the object. | | aria-disabled | boolean | "false" | "true" | undefined | AriaAttributes | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. | | aria-dropeffect | "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | AriaAttributes | Indicates what functions can be performed when a dragged object is released on the drop target. | | aria-errormessage | string | undefined | AriaAttributes | Identifies the element that provides an error message for the object. | | aria-expanded | boolean | "false" | "true" | undefined | AriaAttributes | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. | | aria-flowto | string | undefined | AriaAttributes | Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. | | aria-grabbed | boolean | "false" | "true" | undefined | AriaAttributes | Indicates an element's "grabbed" state in a drag-and-drop operation. | | aria-haspopup | boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | AriaAttributes | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | | aria-hidden | boolean | "false" | "true" | undefined | AriaAttributes | Indicates whether the element is exposed to an accessibility API. | | aria-invalid | boolean | "false" | "true" | "grammar" | "spelling" | undefined | AriaAttributes | Indicates the entered value does not conform to the format expected by the application. | | aria-keyshortcuts | string | undefined | AriaAttributes | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. | | aria-label | string | undefined | AriaAttributes | Defines a string value that labels the current element. | | aria-labelledby | string | undefined | AriaAttributes | Identifies the element (or elements) that labels the current element. | | aria-level | number | undefined | AriaAttributes | Defines the hierarchical level of an element within a structure. | | aria-live | "off" | "assertive" | "polite" | undefined | AriaAttributes | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. | | aria-modal | boolean | "false" | "true" | undefined | AriaAttributes | Indicates whether an element is modal when displayed. | | aria-multiline | boolean | "false" | "true" | undefined | AriaAttributes | Indicates whether a text box accepts multiple lines of input or only a single line. | | aria-multiselectable | boolean | "false" | "true" | undefined | AriaAttributes | Indicates that the user may select more than one item from the current selectable descendants. | | aria-orientation | "horizontal" | "vertical" | undefined | AriaAttributes | Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. | | aria-owns | string | undefined | AriaAttributes | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. | | aria-placeholder | string | undefined | AriaAttributes | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. | | aria-posinset | number | undefined | AriaAttributes | Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. | | aria-pressed | boolean | "false" | "mixed" | "true" | undefined | AriaAttributes | Indicates the current "pressed" state of toggle buttons. | | aria-readonly | boolean | "false" | "true" | undefined | AriaAttributes | Indicates that the element is not editable, but is otherwise operable. | | aria-relevant | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | AriaAttributes | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. | | aria-required | boolean | "false" | "true" | undefined | AriaAttributes | Indicates that user input is required on the element before a form may be submitted. | | aria-roledescription | string | undefined | AriaAttributes | Defines a human-readable, author-localized description for the role of an element. | | aria-rowcount | number | undefined | AriaAttributes | Defines the total number of rows in a table, grid, or treegrid. | | aria-rowindex | number | undefined | AriaAttributes | Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. | | aria-rowspan | number | undefined | AriaAttributes | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |