Skip to content

Commit

Permalink
docs: add "try it" links to webcomponents.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Mar 16, 2021
1 parent 4f22b98 commit 3217b51
Show file tree
Hide file tree
Showing 53 changed files with 76 additions and 26 deletions.
4 changes: 2 additions & 2 deletions documentation/src/components/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ governing permissions and limitations under the License.
*/

#hero {
margin-bottom: 3em;
margin-bottom: 4em;
}

#hero .spectrum-Article {
padding-bottom: 2em;
}

#hero-buttons {
margin-top: 1em;
margin-top: 2em;
}

#features {
Expand Down
9 changes: 6 additions & 3 deletions documentation/src/components/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { RouteComponent } from './route-component.js';
import componentStyles from './markdown.css';
import homeStyles from './home.css';
import '@spectrum-web-components/button/sp-button.js';
import '@spectrum-web-components/button-group/sp-button-group.js';
import '@spectrum-web-components/link/sp-link.js';
import '@spectrum-web-components/divider/sp-divider.js';

Expand All @@ -32,20 +33,22 @@ class HomeElement extends RouteComponent {
Spectrum Web Components
</h1>
</div>
<p class="spectrum-Body spectrum-Body--sizeXL">
<p class="spectrum-Body spectrum-Body--sizeXXL">
The Spectrum Web Components project is an implementation of <sp-link
href="https://spectrum.adobe.com/">Spectrum, Adobe’s design system</sp-link
>. It's designed to work with any web framework — or even
without one.
</p>
<div id="hero-buttons">
<sp-button-group id="hero-buttons">
<sp-button
href="https://github.com/adobe/spectrum-web-components"
target="_blank"
variant="primary"
size="xl"
>
View on GitHub
</sp-button>
</div>
</sp-button-group>
</section>
<section id="features">
<div class="feature">
Expand Down
1 change: 1 addition & 0 deletions packages/accordion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The `<sp-accordion>` element is a list of items that can be expanded or collapse

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/accordion?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/accordion)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/accordion?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/accordion)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/Muvuvbd79YCP9tcdtnsW/src/index.ts)

```
yarn add @spectrum-web-components/accordion
Expand Down
1 change: 1 addition & 0 deletions packages/action-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A `<sp-action-bar>` delivers a floating action bar that is a convenient way to d

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/action-bar?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/action-bar)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/action-bar?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/action-bar)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/Tqvpr5Yolj9drzPab26O/src/index.ts)

```
yarn add @spectrum-web-components/action-bar
Expand Down
1 change: 1 addition & 0 deletions packages/action-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-action-button>` represents an action a user can take.

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/action-button?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/action-button)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/action-button?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/action-button)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/mOF1zUEjLJzODGXFYaIU/src/index.ts)

```
yarn add @spectrum-web-components/action-button
Expand Down
1 change: 1 addition & 0 deletions packages/action-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/action-group?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/action-group)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/action-group?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/action-group)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/ty5ezK85zgVE5vuZfMem/src/index.ts)

```
yarn add @spectrum-web-components/action-group
Expand Down
1 change: 1 addition & 0 deletions packages/action-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-action-menu>` is an action button with a Popover. Use an `<sp-menu>` ele

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/action-menu?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/action-menu)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/action-menu?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/action-menu)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/EYQn9T6wOnieZbv4xnPj/src/index.ts)

```
yarn add @spectrum-web-components/action-menu
Expand Down
15 changes: 12 additions & 3 deletions packages/asset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ Use an `<sp-asset>` element to visually represent a file, folder or image in you

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/asset?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/asset)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/asset?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/asset)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/CdMbDDjxdnvVyMlGrrJj/src/index.ts)

```
npm install @spectrum-web-components/asset
yarn add @spectrum-web-components/asset
```

# or
Import the side effectful registration of `<sp-asset>` via:

yarn add @spectrum-web-components/asset
```
import '@spectrum-web-components/asset/sp-asset.js';
```

When looking to leverage the `Asset` base class as a type and/or for extension purposes, do so via:

```
import { Asset } from '@spectrum-web-components/asset';
```

## Example
Expand Down
1 change: 1 addition & 0 deletions packages/avatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-avatar>` is a great way to feature a visual representation of a user.

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/avatar?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/avatar)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/avatar?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/avatar)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/i3gAnjAfQVC43ypsIyw8/src/index.ts)

```
yarn add @spectrum-web-components/avatar
Expand Down
1 change: 1 addition & 0 deletions packages/banner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-banner>` is an additional label an existing component may have. Banners

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/banner?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/banner)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/banner?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/banner)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/qsv9Ztje6fUhANFmk8EA/src/index.ts)

```
yarn add @spectrum-web-components/banner
Expand Down
1 change: 1 addition & 0 deletions packages/button-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/button-group?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/button-group)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/button-group?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/button-group)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/Zjc3o94DWuBkT4ve3dny/src/index.ts)

```
yarn add @spectrum-web-components/button-group
Expand Down
1 change: 1 addition & 0 deletions packages/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ loudness for various attention-getting needs.

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/button?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/button)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/button?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/button)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/Zjc3o94DWuBkT4ve3dny/src/index.ts)

```
yarn add @spectrum-web-components/button
Expand Down
1 change: 1 addition & 0 deletions packages/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ image/caption pairs.

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/card?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/card)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/card?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/card)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/gohijqRl7uBMp6qJZsp2/src/index.stories.js)

```
yarn add @spectrum-web-components/card
Expand Down
1 change: 1 addition & 0 deletions packages/checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ instead of selecting.

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/checkbox?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/checkbox)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/checkbox?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/checkbox)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/jeIGAXHMUrTp6hGMquoD/src/index.ts)

```
yarn add @spectrum-web-components/checkbox
Expand Down
1 change: 1 addition & 0 deletions packages/coachmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-coachmark>` element can be used to bring added attention to specific par

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/coachmark?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/coachmark)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/coachmark?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/coachmark)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/Z611FV1zeF0CLBLVHNFY/src/index.ts)

```
yarn add @spectrum-web-components/coachmark
Expand Down
1 change: 1 addition & 0 deletions packages/color-area/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-color-area>` allows users to visually select two properties of a color s

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/color-area?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/color-area)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/color-area?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/color-area)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/crxLSSCXLFPpmUsM6GJQ/src/index.ts)

```
yarn add @spectrum-web-components/color-area
Expand Down
1 change: 1 addition & 0 deletions packages/color-handle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The `<sp-color-handle>` is used to select a colour on an `<sp-color-area>`, `<sp

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/color-handle?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/color-handle)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/color-handle?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/color-handle)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/crxLSSCXLFPpmUsM6GJQ/src/index.ts)

```
yarn add @spectrum-web-components/color-handle
Expand Down
1 change: 1 addition & 0 deletions packages/color-loupe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-color-loupe>` shows the output color that would otherwise be covered by

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/color-loupe?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/color-loupe)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/color-loupe?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/color-loupe)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/crxLSSCXLFPpmUsM6GJQ/src/index.ts)

```
yarn add @spectrum-web-components/color-loupe
Expand Down
1 change: 1 addition & 0 deletions packages/color-slider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-color-slider>` lets users visually change an individual channel of a col

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/color-slider?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/color-slider)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/color-slider?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/color-slider)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/kxW1VIhXBXVSOnyXhF9M/src/index.ts)

```
yarn add @spectrum-web-components/color-slider
Expand Down
1 change: 1 addition & 0 deletions packages/color-wheel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-color-wheel>` lets users visually change an individual channel of a colo

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/color-wheel?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/color-wheel)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/color-wheel?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/color-wheel)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/m5lUgBAAejgIkESwRvEs/src/index.ts)

```
yarn add @spectrum-web-components/color-wheel
Expand Down
1 change: 1 addition & 0 deletions packages/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/dialog?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/dialog)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/dialog?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/dialog)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/RSDikStPmUPSioVpCsYb/src/index.ts)

```
yarn add @spectrum-web-components/dialog
Expand Down
1 change: 1 addition & 0 deletions packages/dialog/dialog-wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/dialog?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/dialog)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/dialog?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/dialog)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/MLYDVWpWhNxJZDW3Ywqq/src/index.ts)

```
yarn add @spectrum-web-components/dialog
Expand Down
1 change: 1 addition & 0 deletions packages/divider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/divider?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/divider)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/divider?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/divider)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/jNHEeVQDhrcDMfbS9uZR/src/index.ts)

```
yarn add @spectrum-web-components/divider
Expand Down
1 change: 1 addition & 0 deletions packages/dropzone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DropZones should be used with an IllustratedMessage component as a child if the

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/dropzone?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/dropzone)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/dropzone?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/dropzone)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/yoQJtdPFBCH1UG3Qsicc/src/index.ts)

```
yarn add @spectrum-web-components/dropzone
Expand Down
1 change: 1 addition & 0 deletions packages/field-label/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-field-label>` provides accessible labelling for form elements. Use the `

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/field-label?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/field-label)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/field-label?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/field-label)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/fDq5bpzNQJzUUyEq6ENR/src/index.ts)

```
yarn add @spectrum-web-components/field-label
Expand Down
1 change: 1 addition & 0 deletions packages/illustrated-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ An `<sp-illustrated-message>` displays an illustration icon and a message, usual

[![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/illustrated-message?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/illustrated-message)
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/illustrated-message?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/illustrated-message)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/pUGMQGhJjaNs0KxKxTpU/src/index.ts)

```
yarn add @spectrum-web-components/illustrated-message
Expand Down

0 comments on commit 3217b51

Please sign in to comment.