pull/130/head
Cory LaViska 2020-07-19 11:34:12 -04:00
rodzic 8911ea222d
commit 567ebf3914
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ Once you've done that, add the following tags to your page. Make sure to update
A [custom elements bundle](https://stenciljs.com/docs/custom-elements) is also exposed so you can import components and register them individually. This is a flexible alternative to the lazy loading approach described above.
To import a single Shoelace components, use this syntax.
To import a single Shoelace component, use this syntax.
```js
import { Button } from '@shoelace-style/shoelace/dist/custom-elements';