Skip to content
#

stenciljs

Here are 424 public repositories matching this topic...

stencil
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

JayaKrishnaNamburu
JayaKrishnaNamburu commented Oct 22, 2021

Change the global-stylesheet name to global-style across all flavours. In certain flavours we are having the name of pages and global styles as same. This is creating a clash for the imports. Here is a example to reproduce it
https://codesandbox.io/s/d039b?file=/src/routes/home/index.js

Since we save the dependencies from plugins using a Record<string, UIDLDependency>. When the file names

calcite-components
ReidPritchard
ReidPritchard commented Feb 14, 2022

Actual Behavior

Rendering a calcite filter with a pre-defined search value. The filteredItems property is an empty array even though there are matching results. The filter method is not called initially so the filteredItems property is misleading (an empty array even though some items match).

Expected Behavior

I would expect on first prop set / (render in stencil) the filter met

Improve this page

Add a description, image, and links to the stenciljs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stenciljs topic, visit your repo's landing page and select "manage topics."

Learn more