Skip to content
#

Web Components

web-components logo

Developers can create custom, reusable, encapsulated HTML tags for the web using Web Components. Components use the Custom Element standard, frequently in combination with the Shadow DOM, HTML Templates, and ES Modules.

Here are 1,449 public repositories matching this topic...

storybook
muster-mark
muster-mark commented Jun 22, 2021

Describe the bug
My default browser is Firefox (if I type open https://storybook.js.org/ in my console then it opens in Firefox. However when I run npm run storybook it opens in another browser I happen to have installed on my computer, called Google Chrome.

To Reproduce
Set Firefox as default Browser. In a Story book project, run npm run storybook

System
Environment Inf

MendyBerger
MendyBerger commented Jan 6, 2021

Expected behavior

Importing and using lion in Angular should work

Actual Behavior

When importing @lion/select-rich I'm getting the following error:

node_modules/@lion/select-rich/src/LionSelectInvoker.d.ts:8:14 - error TS2417: Class static side 'typeof LionSelectInvoker' incorrectly extends base class static side 'typeof LionButton'.
  Types of property 'styles' are incompa
sbatezat
sbatezat commented May 16, 2018

I'm submitting a ...
[ ] bug report
[ X] feature request
[ ] support request

Current behavior:
Splash screen not showing on iOS

Expected behavior:
Splash screen is showing on iOS, and can be generated through ionic resources

Steps to reproduce:
Launch the application on an iPhone and expect to see a splash screen

Related code:

According to [this article]