-
Updated
Jun 2, 2021 - TypeScript
stenciljs
Here are 365 public repositories matching this topic...
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Jun 1, 2021 - TypeScript
Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:
return import(`./${bundleId}.entry.js${""}`);Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To
Documentation Feedback
In the documentation, it would be nice to add links to each components and templates to their respective GitHub "repository" (subfolder of our mono repo).
This would ease the jump to the code from the docs.
Affected documentation page:
All [webcomponents](https://git
-
Updated
Jun 3, 2021
When generating React with StyledComponents, we can improve when we are inheriting projectStyles. Example
<Container2>Testing</Container2>
const Container2 = styled.div`
${PrimaryButton};
`Container2 is inheriting PrimaryButton, but since Container2 doesn't have any styles specified on it directly. We can just directly assign it to the node.
It can be improv
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 30, 2021 - TypeScript
Hi, I need to call an outside Angular function from inside a phaser scene. Can you please show me the way? I found this [https://www.html5gamedevs.com/topic/35570-calling-an-angular-function-from-within-phaser-3-scene/] :
But nothing said there have worked. It's claimed that it can be done with ion-phaser.
Thanks.
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
May 30, 2021 - TypeScript
Summary
By default an accordion should take up the entire width of the parent container. Right now it's set to max-width: 100%, which means that if content within the accordion's open items is not being displayed, the longest piece of text will set the extent of the component.
Setting the component to 100% width will make it more predictable when placing within containers that have flex s
-
Updated
May 5, 2021 - TypeScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
Jun 9, 2019 - TypeScript
-
Updated
May 24, 2021 - HTML
-
Updated
Apr 23, 2021 - TypeScript
-
Updated
May 28, 2021 - TypeScript
-
Updated
Aug 6, 2020 - TypeScript
-
Updated
May 20, 2021
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 29, 2020 - HTML
-
Updated
Feb 22, 2021 - JavaScript
Improve this page
Add a description, image, and links to the stenciljs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stenciljs topic, visit your repo's landing page and select "manage topics."
I have an podcast with episode uploaded to Mixcloud. I also have my music uploaded to Soundcloud. I'd like to see Mixcloud and Soundcloud added as providers with Vime.js
Also I endorse the feature request for playlist.
I plan to use this with an Svelte app.