Skip to content

V1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@oreyes1991 oreyes1991 released this 26 Nov 23:52
· 2 commits to gh-pages since this release

Pretty Card

  • Attributes
title="card title"
description="card description"
avatar="media@img url"
bordered=boolean // make a border box
  • Examples
    Default card
<pretty-card title="Title" description="Description"></pretty-card>

Card with avatar

<pretty-card title="Card with avatar" avtar="./dummy.png"></pretty-card>

Card with content

<pretty-card title="Card with content">
    <span>content</span>
    <span>content</span>
    <span>content</span>
</pretty-card>

Bordered card

<pretty-card title="Bordered" bordered></pretty-card>