Skip to content

Commit ccc6dcd

Browse files
committed
live iframe added
1 parent ce99aa4 commit ccc6dcd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/layout-property/html-attribute-manager.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ const attributeManager = new HtmlAttributeManager({
5151

5252
````
5353

54+
## Live Example
55+
<iframe src="https://stackblitz.com/edit/web-platform-7n4aph?file=index.html" width="100%" height="500"></iframe>
56+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-attribute-manager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A JavaScript library for managing HTML elements with specific attributes.",
55
"main": "index.js",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"manager",
1717
"javascript"
1818
],
19-
"author": "Your Name",
19+
"author": "Oğuzhan ÇART",
2020
"license": "ISC",
2121
"bugs": {
2222
"url": "https://github.com/oguzhan18/html-attribute-manager/issues"

0 commit comments

Comments
 (0)