@trenoxxious/n-components 1.0.8 → 1.0.9
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ There are several options for n-button components, including:
|
|
|
17
17
|
| ***thick*** | Sets the padding high on the button. | false | true, false |
|
|
18
18
|
| ***thin*** | Sets the padding low on the button. | false | true, false |
|
|
19
19
|
| ***dark*** | Sets the button text to white. | false | true, false |
|
|
20
|
-
| ***
|
|
20
|
+
| ***background*** | Sets the button's background. | null | Any CSS-valid background |
|
|
21
|
+
| ***borderColor*** | Sets the button's border color. | null | Any CSS-valid color string |
|
|
22
|
+
| ***textColor*** | Sets the button's text color. | null | Any CSS-valid color string |
|
|
21
23
|
| ***rounded*** | Rounds the button corners a little more. | false | true, false |
|
|
22
24
|
| ***sharp*** | Sharpens the button corners. | false | true, false |
|
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.9",
|
|
6
6
|
"repository": "github:Trenoxxious/n-components",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"web-components",
|