Skip to content

Latest commit

 

History

History
executable file
·
55 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
55 lines (35 loc) · 1.21 KB

http://elsewhat.github.io/openui5-cards/ is the main site for this project

openui5-cards

The goal is to provide Google Now like cards for the OpenUI5 framework.

The focus will be on mobile experience.

Overview

The openui5-cards will be implemented as custom components to OpenUI5

The components are currently:

  • open.m.CardContainer
  • open.m.Card
  • open.m.CardActions

CDN reference

Ongoing tasks:

Google Now cards

See http://elsewhat.github.io/openui5-cards/reference/ (from http://www.google.com/landing/now/#cards)

Elements of cards

  • Title
  • Subtitle
  • Address (static map image fetched from Google Maps API based on this)
  • open.m.CardActions [0..n]

Rendering

Various sources for inspiration on how to do the Google Now cards rendering