mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
Fix typo
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user