-
Updated
Sep 11, 2020 - TypeScript
lit-element
Here are 263 public repositories matching this topic...
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Nov 9, 2020 - 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
🎃 Haunted Support 👻
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Jan 10, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 12, 2020 - JavaScript
The new version v1.3.0 of @web/rollup-plugin-html introduce the absoluteBaseUrl.
With this, it change the og:image meta tag with the full URL.
-
Updated
Sep 24, 2020 - Vim script
-
Updated
May 1, 2019 - TypeScript
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Nov 2, 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
add tests
-
Updated
Nov 2, 2020 - JavaScript
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