Skip to content

Commit

Permalink
add description for solid hack
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky committed Nov 15, 2024
1 parent e9623d6 commit 9d3bde8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# lift-html

lift-html is a tiny library for building HTML Web Components, components that are meant to enhance existing HTML on the page instead of rendering it on the client or hydrating it. It utilizes SolidJS to make attributes reactive, uses signals for state management and uses hooks to better manipulate the DOM.

Code for `liftHtml` is public domain, so you are free to skip the dependency and copy the code into your project. Do that if:
- you don't want to add another npm/jsr dependency
- you want to remove the parts of the code you don't need
- you want to quickly modify the code for your project or even a single component
8 changes: 8 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "demo",
"type": "module",
"description": "lift-html is a tiny library for building HTML Web Components, components that are meant to enhance existing HTML on the page instead of rendering it on the client or hydrating it. It utilizes SolidJS to make attributes reactive, uses signals for state management and uses hooks to better manipulate the DOM.",
"contributors": [
{
"name": "Yaroslav (JLarky) Lapin",
"email": "jlarky@gmail.com",
"url": "https://jlarky.now.sh/"
}
],
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
Expand Down

0 comments on commit 9d3bde8

Please sign in to comment.