Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/dlbr-lit
`lit-html` lets you write HTML templates in JavaScript with template literals.
https://github.com/daliborgogic/dlbr-lit
lit-html lit-html-element webpack
Last synced: 17 days ago
JSON representation
`lit-html` lets you write HTML templates in JavaScript with template literals.
- Host: GitHub
- URL: https://github.com/daliborgogic/dlbr-lit
- Owner: daliborgogic
- Created: 2019-02-22T18:18:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:44:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T18:17:30.541Z (27 days ago)
- Topics: lit-html, lit-html-element, webpack
- Language: JavaScript
- Homepage: https://lit-html.polymer-project.org/
- Size: 617 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dlbr-lit
`lit-html` lets you write HTML templates in JavaScript with template literals.
`lit-html` templates are plain JavaScript and combine the familiarity of writing HTML with the power of JavaScript. lit-html takes care of efficiently rendering templates to DOM, including efficiently updating the DOM with new values.