-
Updated
Dec 10, 2020 - TypeScript
lit-element
Here are 290 public repositories matching this topic...
-
Updated
Mar 8, 2021 - TypeScript
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Oct 20, 2020 - TypeScript
The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.
This could be accomplished without duplicating code by the following steps
- If the TypeScript option is selected, continue as normal
- If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
- Run
-
Updated
Jan 29, 2021 - TypeScript
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Mar 6, 2021 - TypeScript
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Feb 25, 2021 - TypeScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Feb 24, 2021 - JavaScript
As svg icons are supported in all modern browsers right now, maybe we can update it.
Some references:
-
Updated
Jan 10, 2020 - JavaScript
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Sep 24, 2020 - Vim script
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
May 1, 2019 - TypeScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Mar 7, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 6, 2019 - JavaScript
A list of all Elements that should be available:
- Alerts
- Badge
- Breadcrumb
- Buttons
- Button group
- Card
- Carousel
- Collapse
- Dropdowns
- Forms
- Input group
- Jumbotron
- List group
- Modal
- Navs
- Navbar
- Pagination
- Popovers
- Progress
- Tooltips
Implement a JoyStick
Requested by wokwi/wokwi-features#40 and also on discord.
Reference: https://www.adafruit.com/product/512
Open points:
- The real joystick also has a button inside it (Select), it's not obvious which user interaction would enable that. Perhaps double click/tap to select?
- Event names: we need to fire an event when the joystick moves with coordinates. I belie
Improve this page
Add a description, image, and links to the lit-element topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lit-element topic, visit your repo's landing page and select "manage topics."

see: https://raw.githubusercontent.com/jsx-eslint/eslint-plugin-jsx-a11y/master/docs/rules/lang.md
although this rule may not be relevant to most lit-html use cases, it could be of use with lit-html as a server-side rendering library
lang
The
langprop on the<html>element must be a valid IETF's BCP 47 language tag.Rule details
This rule takes no arguments.
Succeed