@responsive-ui/card
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@responsive-ui/card", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A card component of responsive-ui.", | ||
"author": "Si3nLoong <sianloong90@gmail.com>", | ||
"homepage": "https://github.com/wetix/responsive-ui#readme", | ||
"author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", | ||
"homepage": "https://github.com/wetix/responsive-ui/blob/master/components/card#README.md", | ||
"license": "MIT", | ||
@@ -16,4 +16,13 @@ "main": "lib/index.cjs", | ||
}, | ||
"keywords": [ | ||
"svelte", | ||
"ui-component", | ||
"responsive-ui", | ||
"card", | ||
"svelte-card" | ||
], | ||
"peerDependencies": { | ||
"svelte": "^3.29.0" | ||
"svelte": "^3.29.0", | ||
"svelte-preprocess": "^4.5.0", | ||
"typescript": "^4.0.0" | ||
}, | ||
@@ -39,3 +48,3 @@ "directories": { | ||
}, | ||
"gitHead": "e740bd4aded5d1d82f70f790742b463b46be5297" | ||
"gitHead": "51581b929651667bc2acafd8879394ac7a10fa40" | ||
} |
@@ -5,2 +5,11 @@ # @responsive-ui/card | ||
<p> | ||
[![npm](https://img.shields.io/npm/v/@responsive-ui/card.svg)](https://www.npmjs.com/package/@responsive-ui/card) | ||
[![download](https://img.shields.io/npm/dw/@responsive-ui/card.svg)](https://www.npmjs.com/package/@responsive-ui/card) | ||
[![Bundle Size](https://badgen.net/bundlephobia/minzip/%40responsive-ui%2Fcard)](https://bundlephobia.com/result?p=@responsive-ui/card) | ||
[![LICENCE](https://img.shields.io/github/license/wetix/responsive-ui)](https://github.com/wetix/responsive-ui/blob/master/LICENSE) | ||
</p> | ||
## Install | ||
@@ -18,4 +27,2 @@ | ||
<br/> | ||
## Look and Feel | ||
@@ -26,4 +33,2 @@ | ||
<br/> | ||
## Properties, Events & Slots | ||
@@ -38,4 +43,2 @@ | ||
<br/> | ||
## Example | ||
@@ -55,4 +58,2 @@ | ||
<br/> | ||
## Sponsors | ||
@@ -59,0 +60,0 @@ |
import type { SvelteComponentTyped } from "svelte/internal"; | ||
export interface CardProps { | ||
class?: string; | ||
compact?: boolean; | ||
class?: string; | ||
} | ||
@@ -7,0 +7,0 @@ |
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
42746
68
3