ui-contact-card

1.0.1 • Public • Published

ui-contact-card v1 | demo

image


Description

An userinterface controller built using web-elements. The card can display a person's contact information, including their emergency contact info. It also allows for fast actions, like tapping on the phone icon to call directly from the app. Furthermore, the card allows the user to edit/update information. To see a demo go to: barrios.io/contacts

Installation

Requires

  • [x] Node 8.9.1
$ git clone https://github.com/JoseBarrios/ui-contact-card
$ cd ui-contact-card
$ npm test

Open :

Usage

<head>
    <link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.17/webcomponents-loader.js'></script>
    <link rel="import" href="/ui-contact-card/element/index.html">
</head>

<body>
    <ui-contact-card person="model_goes_here"></ui-contact-card>
</body>

Questions

Got questions? Reach me at jose@barrios.io

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

Package Sidebar

Install

npm i ui-contact-card

Weekly Downloads

2

Version

1.0.1

License

UNLICENSED

Unpacked Size

37.2 MB

Total Files

3926

Last publish

Collaborators

  • josebarrios
  • eaortiz2016