@webapp-suite/elements.app-icon
Advanced tools
+3
-3
| { | ||
| "name": "@webapp-suite/elements.app-icon", | ||
| "version": "0.2.0", | ||
| "version": "0.3.0", | ||
| "repository": { | ||
@@ -18,6 +18,6 @@ "type": "git", | ||
| "dependencies": { | ||
| "@webapp-suite/elements": "^0.2.0" | ||
| "@webapp-suite/elements": "^0.3.0" | ||
| }, | ||
| "src": "src/app-icon.js", | ||
| "gitHead": "760f636a6039bd5b820432b075ec23dde370ceb1" | ||
| "gitHead": "5181cc6eb0415a301a3f8bb39d64909e4296c78e" | ||
| } |
+15
-8
| <h1 align="center"> | ||
| <a href="https://webapp-suite.com/"> | ||
| <a href=""> | ||
| <img alt="webapp-suite" src="https://webapp-suite.com/wp-content/themes/webapp-suite/img/brand/logo-black.png"/> | ||
@@ -29,5 +29,5 @@ </a> | ||
| <style> | ||
| table { | ||
| width:100%; | ||
| } | ||
| table { | ||
| width:100%; | ||
| } | ||
| </style> | ||
@@ -37,6 +37,7 @@ | ||
| | Property | Attribute | Type | Default | Description | | ||
| | -------- | --------- | ------ | ------- | ---------------------------------------- | | ||
| | src | src | string | '' | Specifies the URL of an image | | ||
| | alt | alt | string | '' | Specifies an alternate text for an image | | ||
| | Property | Attribute | Type | Default | Description | | ||
| | -------- | --------- | ------ | ------- | -------------------------------------------------------------- | | ||
| | size | size | String | | Size of the app icon, available variants: ''(default), 'large' | | ||
| | src | src | String | | Specifies the URL of an image | | ||
| | alt | alt | String | | Specifies an alternate text for an image | | ||
@@ -140,2 +141,8 @@ ## ➤ How to use it | ||
| - You can always create forks on GitHub, submit Issues and Pull Requests. | ||
| - You can only use webapp-suite Elements to make apps on a webapp-suite platform, e.g. webapp-suite.com. | ||
| - You can fix a bug until the bugfix is deployed by webapp-suite. | ||
| - You can host webapp-suite Elements yourself. | ||
| - If you want to make a bigger change or just want to talk with us, reach out to our team here on GitHub. | ||
| You can read the full license agreement in the [LICENSE.md](https://github.com/webapp-suite/elements/blob/master/LICENSE.md). |
11129
5.47%146
5.04%+ Added
- Removed