@spectrum-web-components/base
The SpectrumElement base class as created by mixing SpectrumMixin onto LitElement adopts dir values from the document at connection time with a fallback to lrt. In a TypeScript …
Updated by @hunterloftis
stoppable
popularNode's server.close() the way you probably expected it to work by default.
Updated by @boneskull
@spectrum-web-components/shared
Shared mixins, tools, etc. that support developing Spectrum Web Components.
Updated by @hunterloftis
@spectrum-web-components/iconset
Extend either the Iconset or IconsetSVG exports of this package to supply your application with a custom icon set to power the use of <sp-icon> elements throughout. Give …
Updated by @hunterloftis
@spectrum-web-components/icons
The <sp-icons-medium> and <sp-icons-large> elements that are included in this package supply your application with the Spectrum CSS Icons at both the medium and large …
Updated by @hunterloftis
@spectrum-web-components/reactive-controllers
ReactiveControllers for powering common UI patterns
Updated by @hunterloftis
@spectrum-web-components/icon
`<sp-icon>` renders an icon to the page. By default the `name` attribute will pair with separately registered icon sets to deliver the icons. When not present, `<sp-icon>` will …
Updated by @hunterloftis
@spectrum-web-components/button
An `<sp-button>` represents an action a user can take. sp-buttons can be clicked or tapped to perform an action or to navigate to another page. sp-buttons in Spectrum have several …
Updated by @hunterloftis
@spectrum-web-components/icons-ui
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
Updated by @hunterloftis
@spectrum-web-components/icons-workflow
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
Updated by @hunterloftis
@spectrum-web-components/theme
`sp-theme` sets the rendering theme for all child components, and also sets a number of default sizes & colors for any child content. The Spectrum design system provides four …
Updated by @hunterloftis
@spectrum-web-components/action-button
An `<sp-action-button>` represents an action a user can take.
Updated by @hunterloftis
@spectrum-web-components/overlay
Overlays in Spectrum Web Components are created via the `Overlay` class system, which prepares an "overlay stack" that can manage the deployment of one or more overlays onto a …
Updated by @hunterloftis
@spectrum-web-components/close-button
Web component implementation of a Spectrum design CloseButton
Updated by @hunterloftis