-
There are data that need to be output in the form of a table - an array of people and an array of fields
```js
// index.11tydata.js
module.exports = {
users: [
{
id: 1,
name…
-
If you define a function in `` and try to call it to set a dynamic attribute value on an element that is _also_ `webc:root="override"`, then the build will fail with an error.
Example bad component…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Eleventy supports a number of template languages out of the box. It seems only …
-
I am trying to use webc components in an Nx monorepo. This means I do not have a `./node_modules` in my eleventy project, but that the node_modules folder is located in the root of the monorepo.
I …
-
This is a comment root to collect discussions about http://localhost:57775/2023-04-16-webc/
-
I have been confused about how to get global data in WebC components before finding this while reading the code. I don't think it's in the WebC docs yet.
-
**Stencil version:**
```
@stencil/core@1.7.5
```
**I'm submitting a:**
- [x] bug report
- [ ] feature request
- [ ] support request
**Current behavior:**
I am creating a Web Compon…
-
**Describe the bug**
When using `renderTemplate` to allow a WebC component within a markdown page, the effect of markdown processing adds extra paragraphs and breaks the WebC rendering by kicking out…
5t3ph updated
3 months ago
-
## TL;DR
A WebC component that can optionally contain itself (much like a `ul` can contain other `ul`s) is not generating the nested elements correctly.
Since the docs state that “WebC _is_ HTML…
-
I'd like to be able to use the slot feature to pass content into a component when it's called but am struggling a bit. Here's what I have, stripped down, as an example:
```
…
mjawn updated
1 month ago