Skip to content

Commit

Permalink
Create Card_Info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BangerTech authored Mar 3, 2023
1 parent 5eb6673 commit 235c449
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions StateCards/Card_Info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
uid: Card_Info
tags: []
props:
parameters:
- description: Small title on top of the card
label: Title
name: title
required: false
type: TEXT
- context: item
description: Item für Beschreibung der nächsten Abholung
label: Item
name: item
required: false
type: TEXT
parameterGroups: []
timestamp: Mar 1, 2023, 10:23:41 PM
component: f7-card
config:
style:
border-radius: var(--f7-card-expandable-border-radius)
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)
height: 120px
noShadow: false
raised: true
slots:
content:
- component: f7-block
config: {}
slots:
default:
- component: Label
config:
style:
font-size: 14px
height: 110px
margin-bottom: 20px
margin-left: 0px
margin-top: -27px
overflow: auto
padding-right: 0px
scrollbar-width: none
text: =items[props.item].state

0 comments on commit 235c449

Please sign in to comment.