@spectrum-web-components/number-field
Web component implementation of a Spectrum design NumberField
Updated by @hunterloftis
@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.
Updated by @hunterloftis
@spectrum-web-components/radio
`<sp-radio>` and `<sp-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.
Updated by @hunterloftis
@spectrum-web-components/underlay
An `<sp-underlay>` is used primarily in concert with elements similar to `<sp-dialog>` that lay over the rest of your page to deliver a blocking layer between those two contexts. …
Updated by @hunterloftis
@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` …
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@spectrum-web-components/bundle
`@spectrum-web-components/bundle` is a master dependancy that allows a project to import any and all of the the Spectrum Web Components. While it is a great approach to …
Updated by @hunterloftis
@spectrum-web-components/tray
Web component implementation of a Spectrum design Tray
Updated by @hunterloftis
@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.
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@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` …
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@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.
Updated by @hunterloftis
@spectrum-web-components/quick-actions
`<sp-quick-actions>` allow users to perform contextual actions when hovering or focusing on a specific component. They're shortcuts meant to make workflows more efficient. …
Updated by @hunterloftis
@spectrum-web-components/tooltip
`sp-tooltip` allow users to get contextual help or information about specific components when hovering or focusing on them.
Updated by @hunterloftis
@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.
Updated by @hunterloftis
@spectrum-web-components/link
An `<sp-link>` allow users to navigate to a different location. They can be presented in-line inside a paragraph or as a standalone text.
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@spectrum-web-components/styles
Spectrum Web Components are a [`LitElement`](https://lit-element.polymer-project.org) powered web component library of patterns built ontop of the [Spectrum …
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@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 …
Updated by @hunterloftis
@spectrum-web-components/search
The `<sp-search>` element delivers a single input field with a "reset" button as well as a mangifying glass icon with which to power search interactions.
Updated by @hunterloftis
@spectrum-web-components/avatar
An `<sp-avatar>` is a great way to feature a visual representation of a user.
Updated by @hunterloftis
@spectrum-web-components/status-light
An `<sp-status-light>` is a great way to convey semantic meaning, such as statuses and categories.
Updated by @hunterloftis