eleventy-plugin-webc icon indicating copy to clipboard operation
eleventy-plugin-webc copied to clipboard

Adds support for WebC *.webc files to Eleventy

Results 36 eleventy-plugin-webc issues
Sort by recently updated
recently updated
newest added

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...

https://www.11ty.dev/docs/languages/webc/#post-process-html-output-as-webc > The WebC Eleventy transform operates with [bundler mode disabled](https://www.11ty.dev/docs/languages/webc/#css-and-js-(bundler-mode)), which means that processes WebC but does not aggregate component JS or CSS. https://www.11ty.dev/docs/languages/webc/#css-and-js-(bundler-mode) With #48 shipping I don’t...

enhancement
needs-votes

Let's say I have: ``` {% renderTemplate "webc" %} {% endrenderTemplate %} ``` Then `my-component.webc`: ``` --- title: My Component --- Placeholder ``` If I render `my-component.webc` directly via `new...

bug
on-hold

*tl;dr Allow customization of components in certain parts of the site.* This is very much a blue-sky feature. Gatsby has a feature called [theme shadowing](https://www.gatsbyjs.com/docs/how-to/plugins-and-themes/shadowing/). The idea: someone can consume...

enhancement
needs-votes

Hey Zach - this may be a misunderstanding on my part, but when trying to use slots within `template` for a PE web component, I am having to set it...

question

https://github.com/11ty/webc#custom-transforms ~~https://github.com/11ty/webc#helper-functions~~

enhancement