New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@vaadin/vaadin-template-renderer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-template-renderer

vaadin-template-renderer

57

Supply Chain Security

49

Quality

97

Maintenance

100

Vulnerabilities

100

License


Version published
Weekly downloads
4.4K
increased by3.91%
Maintainers
19
Weekly downloads
 
Created
Issues
1048

@vaadin/vaadin-template-renderer

Adds declarative <template> APIs with Polymer binding support to Vaadin components.

Installation

npm i @vaadin/vaadin-template-renderer

Example

<script type="module">
  import '@vaadin/vaadin-template-renderer';
</script>

<vaadin-dialog>
  <template>
    <div>This simple dialog will close by pressing the Esc key,</div>
    <div> or by a mouse click anywhere outside the dialog area</div>
  </template>
</vaadin-dialog>

License

Apache License 2.0

FAQs

Package last updated on 12 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts