From d474a070ef210cc108e8da872e956e6ab77603b4 Mon Sep 17 00:00:00 2001 From: Brad Martin Date: Thu, 19 Jan 2017 09:50:17 -0600 Subject: [PATCH] contributors update --- README.md | 247 ++++++++++++++++++++++++++++----------------------- package.json | 4 + 2 files changed, 138 insertions(+), 113 deletions(-) diff --git a/README.md b/README.md index ac9ca06..d4b4038 100644 --- a/README.md +++ b/README.md @@ -1,113 +1,134 @@ -[![npm](https://img.shields.io/npm/v/nativescript-cardview.svg)](https://www.npmjs.com/package/nativescript-cardview) -[![npm](https://img.shields.io/npm/dt/nativescript-cardview.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-cardview) - -# NativeScript CardView :diamonds: :clubs: - -A NativeScript plugin to provide an XML widget to implement the Material Design CardView component. - -##### [Material Design Card Spec](https://www.google.com/design/spec/components/cards.html) -##### [CardView Android Documentation](http://developer.android.com/intl/zh-tw/reference/android/support/v7/widget/CardView.html) -##### iOS version uses the [MaterialCard](https://cocoapods.org/pods/MaterialCard) pod by [Nathan Walker](https://github.com/NathanWalker) - - -## Installation -`npm install nativescript-cardview` - -## Usage - - IMPORTANT: *Make sure you include `xmlns:Card="nativescript-cardview"` on the Page element* - -### XML -```XML - - - - - -