msc-collages
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "msc-collages", | ||
"version": "1.0.1", | ||
"description": "People love collages. With collages we could combined several images together and make them more vivid and interesting. Developers could apply <msc-collages /> instend of annoying HTML code & CSS setting. All we need to do is just make a few setting and everything will be all set.", | ||
"version": "1.0.2", | ||
"description": "People love collages. With collages we could combined several images together and make them more vivid and interesting. Developers could apply <msc-collages /> instead of annoying HTML code & CSS setting. All we need to do is just make a few setting and everything will be all set.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
# msc-collages | ||
People love collages. With collages we could combined several images together and make them more vivid and interesting. Developers could apply <msc-collages /> instend of annoying HTML code & CSS setting. All we need to do is just make a few setting and everything will be all set. | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/msc-collages) | ||
People love collages. With collages we could combined several images together and make them more vivid and interesting. Developers could apply <msc-collages /> instead of annoying HTML code & CSS setting. All we need to do is just make a few setting and everything will be all set. | ||
## Basic Usage | ||
@@ -101,3 +103,5 @@ | ||
- theme | ||
Set theme id for different usage. Developers could set `1` ~ `8` theme. Default is "`1`". | ||
```html | ||
@@ -111,3 +115,5 @@ <msc-collages | ||
- object-fit | ||
Set image render property. This attribute only accept `cover` or `contain`. Default is "`cover`". | ||
```html | ||
@@ -121,3 +127,5 @@ <msc-collages | ||
- collages | ||
Set collages data. This should be JSON string and each element needs contains "`link`"、"`src`"、"`alt`"、"`target`" for rendering. Max count is 4. | ||
```html | ||
@@ -124,0 +132,0 @@ <msc-collages |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68696
151