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: 5 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:44:47.000Z (over 3 years ago)
- Last Synced: 2025-02-08T04:46:19.581Z (over 1 year 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.