astro/examples
Matthew Phillips d5b15a3851
Support for custom elements (#45)
* Support for custom elements

Now you can use custom elements like so in Astro components:

```html
<script type="module" src="./datepicker.js">
<date-picker></date-picker>
```

These will be resolve relative to the current astro component. In the build these modules are run through the same bundle/minify process as components.

* Remove component from public

* Formatting

* Disable empty fn rule
2021-03-31 16:46:09 -04:00
..
landing-page simplify svg animation, slow it down 2021-03-30 12:13:56 -07:00
snowpack Support for custom elements (#45) 2021-03-31 16:46:09 -04:00