Questions tagged [stencil-component]

82 questions
1
vote
2 answers

Remove component tag in StencilJS

I'm trying to remove the called component tag from HTML to prevent some broken CSS from external libraries and just show the inner content. something.component.html
Hello World
another.component.html
mahyar
  • 57
  • 8
1
vote
1 answer

Bigcommerce Stencil / Sticky add to cart button not registering product options

I am trying to implement an Add To Cart sticky bar, when the users scrolls down the product page. Everything seems to be working fine except only the 'default' value for the product works. When I select lets say color Red and size Large and click…
1
vote
1 answer

table component in stencil js

i am trying to create a custom component for Table Element using stencil js.But when i create a component the output is not what i expected . import { Component, h, } from "@stencil/core"; @Component({ tag: "table-head", }) export class…
raju
  • 209
  • 7
  • 19
1
vote
3 answers

Custom font for stencil.js component

I have a stencil component that I want to set a font to. What I have now: index.html