add expanded support

This commit is contained in:
Cory LaViska
2021-11-16 10:49:26 -05:00
parent da7a177599
commit bfe506dbf3
2 changed files with 10 additions and 4 deletions

View File

@@ -37,11 +37,11 @@ Add the following code to your page.
Now you have access to all of Shoelace's components! Try adding a button:
```html
```html preview expanded
<sl-button>Click me</sl-button>
```
This will load all of Shoelace's components, but you should probably only load the ones you're actually using. To learn how, or for other ways to install Shoelace, refer to the [installation instructions](getting-started/installation).
?> This will load all of Shoelace's components, but you should probably only load the ones you're actually using. To learn how, or for other ways to install Shoelace, refer to the [installation instructions](getting-started/installation).
## New to Web Components?