Skip to content

Conversation

@jaagut
Copy link

@jaagut jaagut commented Mar 8, 2020

This PR adds a card component.

@jaagut jaagut self-assigned this Mar 8, 2020
Co-Authored-By: Benjamin Schmidt <[email protected]>
Copy link
Contributor

@fredericobormann fredericobormann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good, one little change is needed to make the cardTitle work :)

-->
<template>
<div class="apos-card">
<h3 class="apos-card-title">{{ this.CardTitle }}</h3>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h3 class="apos-card-title">{{ this.CardTitle }}</h3>
<h3 class="apos-card-title">{{ this.cardTitle }}</h3>

cardTitle is spelled lowercase in props

props: {
CardTitle: String
cardTitle: String
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vorschlag: Nur title, dass es der Kartentitel ist, wird durch die Komponente selbst offensichtlich.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants