@trenoxxious/n-components 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# n-components
|
|
2
|
+
Simple web components for use with *static* vanilla HTML, JS and CSS websites.
|
|
3
|
+
|
|
4
|
+
To use, import with `<script src="https://unpkg.com/@trenoxxious/n-components@latest/dist/n-components.umd.js"></script>` in your HTML `<head>`.
|
|
5
|
+
|
|
6
|
+
View our [Github](https://github.com/Trenoxxious/n-components) to see all of the available n-components options.
|
package/dist/index.html
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@trenoxxious/n-components",
|
|
3
3
|
"description": "Customizable components for use with vanilla HTML, Javascript and CSS.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.18",
|
|
6
6
|
"repository": "github:Trenoxxious/n-components",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"web-components",
|