JSPM

Found 169 results for adobe-spectrum

@spectrum-web-components/tooltip

`<sp-tooltip>` allow users to get contextual help or information about specific components when hovering or focusing on them.

  • v1.7.0
  • 53.40
  • Published

@spectrum-web-components/field-label

An `<sp-field-label>` provides accessible labelling for form elements. Use the `for` attribute to outline the `id` of an element in the same DOM tree to which it should associate itself. Field labels give context to information that a user needs to input

  • v1.7.0
  • 53.00
  • Published

@spectrum-web-components/menu

An `<sp-menu>` is used for creating a menu list. The various elements inside a menu are given as [`<sp-menu-group>`](../menu-group), [`<sp-menu-item>`](../menu-item), or `<sp-menu-divider>`. Often a `<sp-menu>` element will appear in a [`<sp-popover>`](..

  • v1.7.0
  • 52.97
  • Published

@spectrum-web-components/coachmark

`<sp-coachmark>` is a temporary message that educates users through new or unfamiliar product experiences. They can be chained into a sequence to form a tour.

  • v1.7.0
  • 52.58
  • Published

@spectrum-web-components/picker

An `<sp-picker>` is an alternative to HTML's `<select>` element. Use [`<sp-menu-item>`](../menu-item) elements to outline the options that will be made available to the user when interacting with the `<sp-picker>` element.

  • v1.7.0
  • 52.48
  • Published

@spectrum-web-components/status-light

An `<sp-status-light>` is a great way to convey semantic meaning, such as statuses and categories. It provides visual indicators through colored dots accompanied by descriptive text.

  • v1.7.0
  • 52.41
  • Published

@spectrum-web-components/action-menu

An `<sp-action-menu>` is an action button that triggers an overlay with `<sp-menu-items>` for activation. Use an `<sp-menu>` element to outline the items that will be made available to the user when interacting with the `<sp-action-menu>` element. By defa

  • v1.7.0
  • 52.20
  • Published

@spectrum-web-components/checkbox

`<sp-checkbox>` allow users to select multiple items from a list of independent options, or to mark an individual option as selected.

  • v1.7.0
  • 51.60
  • Published

@spectrum-web-components/underlay

An `<sp-underlay>` provides a visual layer between overlay content and the rest of your application. It is commonly used with modal dialogs and other overlay elements to create a visual separation and prevent interaction with the background content while

  • v1.7.0
  • 51.49
  • Published

@spectrum-web-components/action-group

`sp-action-group` delivers a set of action buttons in horizontal or vertical orientation while ensuring the appropriate spacing between those buttons. The `compact` attribute merges these buttons so that they are visually joined to clarify their relations

  • v1.7.0
  • 50.96
  • Published

@spectrum-web-components/divider

`sp-divider` brings clarity to a layout by grouping and dividing content that exists in close proximity. It can also be used to establish rhythm and hierarchy.

  • v1.7.0
  • 50.68
  • Published

@spectrum-web-components/button-group

`sp-button-group` delivers a set of buttons in horizontal or vertical orientation while ensuring the appropriate spacing between those buttons.

  • v1.7.0
  • 50.54
  • Published

@spectrum-web-components/sidenav

Side navigation allows users to locate information and features within the UI. It can be used for either hierarchical or flat navigation, and gives the ability to group navigable items categorically. Side navigation is an opportunity to prioritize content

  • v1.7.0
  • 50.52
  • Published

@spectrum-web-components/color-handle

The `<sp-color-handle>` is used to select a colour on an `<sp-color-area>`, `<sp-color-slider>`, or `<sp-color-wheel>`. It functions similarly to the handle on an `<sp-slider>`.

  • v1.7.0
  • 50.36
  • Published

@spectrum-web-components/toast

`<sp-toast>` elements display brief, temporary notifications. They are noticeable but do not disrupt the user experience and do not require an action to be taken.

  • v1.7.0
  • 50.11
  • Published

@spectrum-web-components/slider

`<sp-slider>` allows users to quickly select a value within a range. They should be used when the upper and lower bounds of the range are invariable.

  • v1.7.0
  • 49.91
  • Published

@spectrum-web-components/tabs

The `<sp-tabs>` displays a list of `<sp-tab>` element children as `role="tablist"`. An `<sp-tab>` element is associated with a sibling `<sp-tab-panel>` element via their `value` attribute. When an `<sp-tab>` element is `selected`, the associated `<sp-tab-

  • v1.7.0
  • 49.81
  • Published

@spectrum-web-components/dialog

`sp-dialog` displays important information that users need to acknowledge. They appear over the interface and block further interactions. When used directly the `sp-dialog` element surfaces a `slot` based API for deep customization of the content to be in

  • v1.7.0
  • 49.78
  • Published

@spectrum-web-components/asset

Use an `<sp-asset>` element to visually represent a file, folder or image in your application. File and folder representations will center themselves horizontally and vertically in the space provided to the element. Images will be contained to the element

  • v1.7.0
  • 49.70
  • Published

@spectrum-web-components/field-group

An `<sp-field-group>` element is used to layout a group of fields, usually `<sp-checkbox>` elements. It can be leveraged for `vertical` or `horizontal` organization of the fields that are supplied as its children.

  • v1.7.0
  • 49.62
  • Published

@spectrum-web-components/switch

An `<sp-switch>` is used to turn an option on or off. Switches allow users to select the state of a single option at a time. Use a switch rather than a checkbox when activating (or deactivating) an option, instead of selecting.

  • v1.7.0
  • 49.40
  • Published

@spectrum-web-components/meter

An `<sp-meter>` is a visual representation of a quantity or achievement. The meter's progress is determined by user actions, rather than system actions.

  • v1.7.0
  • 49.38
  • Published

@spectrum-web-components/dropzone

A `<sp-dropzone>` is an area on the screen into which an object can be dragged and dropped to accomplish a task. For example, a DropZone might be used in an upload workflow to enable the user to drop a file from their operating system into the DropZone, w

  • v1.7.0
  • 49.03
  • Published

@spectrum-web-components/progress-bar

An `<sp-progress-bar>` shows the progression of a system operation such as downloading, uploading, processing, etc. in a visual way. It can represent determinate or indeterminate progress.

  • v1.7.0
  • 48.92
  • Published

@spectrum-web-components/accordion

The `<sp-accordion>` element contains a list of items that can be expanded or collapsed to reveal additional content or information associated with each item. There can be zero expanded items, exactly one expanded item, or more than one item expanded at a

  • v1.7.0
  • 48.83
  • Published

@spectrum-web-components/radio

`<sp-radio>` and [`<sp-radio-group>`](../radio-group) allow users to select a single option from a list of mutually exclusive options. All possible options are exposed up front for users to compare.

  • v1.7.0
  • 48.78
  • Published

@spectrum-web-components/opacity-checkerboard

The `opacity-checkerboard` class is used to highlight opacity. Leverage these styles in your component as outlined below to unify you application's visuals with those delivered by various Spectrum Web Components.

  • v1.7.0
  • 48.77
  • Published

@spectrum-web-components/icons

The `<sp-icons-medium>` and `<sp-icons-large>` elements included in this package supply your application with the Spectrum CSS medium and large icons for use in the `<sp-icon>` element. Include at least one of these elements in a project that makes use of

  • v1.7.0
  • 48.65
  • Published

@spectrum-web-components/card

An `<sp-card>` represents a rectangular card that contains a variety of text and image layouts. Cards are typically used to encapsulate units of a data set, such as a gallery of image/caption pairs.

  • v1.7.0
  • 48.59
  • Published

@spectrum-web-components/thumbnail

An `sp-thumbnail` can be used in a variety of locations as a way to display a preview of an image, layer, or effect. `sp-thumbnail` elements are not keyboard-focusable since they're intended to be used inside of a component that a user sets focus to (such

  • v1.7.0
  • 48.17
  • Published

@spectrum-web-components/illustrated-message

An `<sp-illustrated-message>` displays an illustration icon and a message, usually in an empty state or on an error page. It is also used inside a DropZone.

  • v1.7.0
  • 48.13
  • Published

@spectrum-web-components/action-bar

A `<sp-action-bar>` delivers a floating action bar that is a convenient way to deliver stateful actions in cases like selection mode. `<sp-action-bar>` can be deployed in two variants beyond the default: `[varient="fixed"]` to position the element in rela

  • v1.7.0
  • 47.73
  • Published

@spectrum-web-components/top-nav

`<sp-top-nav>` delivers site navigation, particularly for when that navigation will change the majority of the page's content and/or the page's URL when selected. All primary elements of an `<sp-top-nav>` should be directly accessible in the tab order.

  • v1.7.0
  • 47.65
  • Published

@spectrum-web-components/split-view

An `sp-split-view` element delivers its first two direct child elements in a horizontal or vertical (`<sp-split-view vertical>`) orientation that distributes the available page real estate as per the supplied attribute API. When leveraging the resizable a

  • v1.7.0
  • 46.77
  • Published

@spectrum-web-components/color-slider

An `<sp-color-slider>` lets users visually change an individual channel of a color. The background of the `<sp-color-slider>` is a visual representation of the range of values a user can select from. This can represent color properties such as hues, color

  • v1.7.0
  • 46.46
  • Published

@spectrum-web-components/color-area

An `<sp-color-area>` allows users to visually select two properties of a color simultaneously. It's commonly used together with a color slider or color wheel.

  • v1.7.0
  • 45.74
  • Published

@spectrum-web-components/color-loupe

An `<sp-color-loupe>` shows the output color that would otherwise be covered by a cursor, stylus, or finger during color selection.

  • v1.7.0
  • 45.64
  • Published

@spectrum-web-components/bundle

`@spectrum-web-components/bundle` is a master dependency that allows a project to import any and all of the Spectrum Web Components. While it is a great approach to prototyping, the fact that is versions all of the Spectrum Web Components packages collect

  • v1.7.0
  • 45.20
  • Published

@spectrum-css/bundle

A demo-ready bundle of the components in the Spectrum CSS library.

  • v1.0.1
  • 31.11
  • Published

@opub-icons/ui

React wrapper for spectrum ui icons

  • v0.9.51
  • 9.62
  • Published