polymer
Here are 1,355 public repositories matching this topic...
using paper-progress
that shows a loader at the top of the plugin
and can be enabled/disabled from the plugins
Feedback?
-
Updated
Dec 7, 2020 - TypeScript
The default data includes dfua16
links. These need to be updated to be relative or part of the compilation process.
-
Updated
Mar 8, 2019 - TypeScript
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Mar 21, 2018
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Aug 22, 2019
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Mar 2, 2020 - HTML
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
May 17, 2020 - JavaScript
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
Apr 10, 2018 - TypeScript
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Dec 8, 2019 - JavaScript
-
Updated
Oct 30, 2018 - TypeScript
-
Updated
Jun 29, 2017 - Python
-
Updated
Sep 5, 2020 - TypeScript
Improve this page
Add a description, image, and links to the polymer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the polymer topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@default
tag to describe the default valueHowever, nothing happens when I use the
@deprecated
tag.Describe the solution you'd like
Some ideas: