Skip to content
#

webcomponents

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,732 public repositories matching this topic...

stencil
cptflammin
cptflammin commented Jul 19, 2021

As stated here - but wrongly closed - prerendering fails when using Axios

Problem is that some libraries like AWS AmplifyJS use Axios under the hood.

@adamdbradley Any idea how to solve this serious issue?

Good First Issue Resolution: Needs Investigation Reply Received
deckdeckgo
rfuehrer
rfuehrer commented Jun 28, 2021

Affected part of DeckDeckGo

  • Web Components

Feature Description

Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.

Or is that already possible today through existing CSS properties?

Use Case

I use drr for a project w

enhancement good first issue drag-resize-rotate
castastrophe
castastrophe commented Mar 17, 2022

Code of conduct

  • I agree to follow this project's code of conduct.

Impacted component(s)

action-menu

Expected behavior

During an upgrade to yarn 3.x with Plug n Play turned on, it highlighted that the popover dependency was missing from the action-menu tree.

Actual behavior

Add the popover dependency and run yarn workspace uec-preview run start in UEC, validate that t

bug good first issue Component: Action Menu triage