1.0.1 • Published 2 years ago

@logo-elements/logo-template-renderer v1.0.1

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-elements/logo-template-renderer

Adds declarative <template> APIs with Polymer binding support to Logo Elements.

Installation

npm i @logo-elements/logo-template-renderer

Example

<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 ↗

1.0.1

2 years ago

1.0.0

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago