We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce99aa4 commit ccc6dcdCopy full SHA for ccc6dcd
docs/layout-property/html-attribute-manager.md
@@ -51,3 +51,6 @@ const attributeManager = new HtmlAttributeManager({
51
52
````
53
54
+## Live Example
55
+<iframe src="https://stackblitz.com/edit/web-platform-7n4aph?file=index.html" width="100%" height="500"></iframe>
56
+
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "html-attribute-manager",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A JavaScript library for managing HTML elements with specific attributes.",
5
"main": "index.js",
6
"scripts": {
@@ -16,7 +16,7 @@
16
"manager",
17
"javascript"
18
],
19
- "author": "Your Name",
+ "author": "Oğuzhan ÇART",
20
"license": "ISC",
21
"bugs": {
22
"url": "https://github.com/oguzhan18/html-attribute-manager/issues"
0 commit comments