close
The Wayback Machine - https://web.archive.org/web/20200122155704/https://github.com/topics/web-components
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,074 public repositories matching this topic...

storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
tomrav
tomrav commented Jul 16, 2019

Currently we only provide documentation for consuming the existing custom-values offered by Stylable, stMap, stArray and if you explicitly import it stBorder.

Need to add the relevant documentation to both the package readme and to the stylable.io.

sunnyyadav100
sunnyyadav100 commented Jan 3, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Selected values can have different styling such as background color. This component is very useful for tagging use-case.

https://codesandbox.io/s/ui5-webcomponents-v6846
https://codesandbox.io/s/ui5-webcomponents-j9m9w

**Describe

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]

Haprog
Haprog commented Oct 4, 2019

Required indicator should be shown always when field is set as required. This change should be implemented for all components that implement a required indicator (e.g. vaadin-custom-field, vaadin-text-field, ...).

Currently (if the field is set as required) the required indicator is hidden if the field has any value. (Required indicator is only shown if the field is empty.)

This issue wa

rtemred
rtemred commented Apr 28, 2019

If you start highlight text and stopping the highlighting outside of elem content then in the pointerclick event.target will be the parent node of the content element, and as a result the modal closes.

Here can be repeated: hold down mouse button and wi

microsoft-graph-toolkit

Created by Alex Russell

Released 2011

Organization
webcomponents
Website
www.webcomponents.org
Wikipedia
Wikipedia

Related Topics

custom-elements es-modules html-imports
You can’t perform that action at this time.