xelement icon indicating copy to clipboard operation
xelement copied to clipboard

Results 6 xelement issues
Sort by recently updated
recently updated
newest added

~~This issue can be deleted. It was not a problem with XElement after all.~~ Actually, I think it may be XElement. Here's the original issue again: I've made [a test...

Works beautifully in development mode but crashes when SSR deployed with (at least) the Vercel adapter. StackBlitz reproduction: https://stackblitz.com/edit/github-eybrlv?file=src/components/Button.astro Vercel deployment: https://astro-xelement-repro-quinten.vercel.app/ Error message in Vercel logs: ![image](https://user-images.githubusercontent.com/33397397/186913442-db2be526-cae4-46bd-a1a4-86e57b8f0868.png)

Just started using XElement! Fairly minor issue, but I've noticed when [giving an id](https://xelement-docs.vercel.app/docs/induction/my-first-components#id) to an XElement, it doesn't like it if the id is hyphenated (e.g., `main-nav`). If hyphenated...

Replace typo in the `astro-xelement` imports

Currently, the links (`induction`, `api`, etc) lead to 404 pages. This PR updates the links to full URL path, eg. `https://github.com/aFuzzyBear/xelement/tree/master/docs/api`.