Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 100ad0b

Browse files
tamb¡Támb!
authored andcommitted
Updates package size
1 parent a1d8ff8 commit 100ad0b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Build UI Components with the HTML You Already Have.**
44
<br/>
5-
**2kb gzipped and 5kb minified! 👌**
5+
**2kb gzipped and 6kb minified! 👌**
66

77
<!--
88
[![](https://data.jsdelivr.com/v1/package/npm/domponent/badge)](https://www.jsdelivr.com/package/npm/domponent)
@@ -123,7 +123,7 @@ Unlike KnockoutJS, DOMponent:
123123
- is component-driven
124124
- has option for namespaced components
125125
- can isolate scope
126-
- is only 5kb (that's a 51kb savings)
126+
- is only 6kb (that's a 50kb savings)
127127
- is highly declarative
128128
- allows for highly specific DOM references
129129
- has lifecycle methods
@@ -599,6 +599,7 @@ This means that your HTML will look like this:
599599
<hr/>
600600
601601
### Custom Syntax 🔧
602+
602603
You can optionally customize the syntax you use in your HTML.
603604
The following items can be customized.
604605
@@ -610,6 +611,7 @@ The following items can be customized.
610611
LIST: ","
611612
612613
This means that in your config you can add:
614+
613615
```js
614616
{
615617
customSyntax: {
@@ -618,6 +620,7 @@ This means that in your config you can add:
618620
}
619621
}
620622
```
623+
621624
And your HTML can use this!
622625
623626
<hr/>

examples/e2e/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)