@logo-elements/logo-template-renderer
Version:
Adds declarative `<template>` APIs with Polymer binding support to Logo Elements.
27 lines (20 loc) • 630 B
Markdown
# @logo-elements/logo-template-renderer
Adds declarative `<template>` APIs with Polymer binding support to Logo Elements.
## Installation
```sh
npm i @logo-elements/logo-template-renderer
```
## Example
```html
<script type="module">
import '@logo-elements/logo-template-renderer';
</script>
<logo-elements-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>
</logo-elements-dialog>
```
#### For more detailed information, please visit:
[Logo Elements Documentation ↗](http://elements.logo.com.tr)