1.8.1 • Published 9 months ago

@finastra/card v1.8.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Card

See it on NPM! How big is this package in your project? Storybook

This component is based on base-card, it follow the principals of Material Design Cards. This component can be used alone, it also provids a number of card sections including:

  • fds-card-header
  • fds-card-title
  • fds-card-subtitle
  • fds-card-content
  • fds-card-actions
  • fds-card-footer

Usage

Import

npm i @finastra/card
import '@finastra/card';
...

<style>
  fds-card {
    max-width: 400px;
  }

  .example-header-image {
    background-image: url('https://cdn2.thecatapi.com/images/zvfTwDY54.jpg');
    background-size: cover;
  }
</style>

<fds-card>
  <fds-card-header>
    <div class="example-header-image"></div>
    <div class="card-header-text">
      <fds-card-title>Header</fds-card-title>
      <fds-card-subtitle>Subhead</fds-card-subtitle>
    </div>
  </fds-card-header>
  <img src="https://cdn2.thecatapi.com/images/jb.jpg">
  <fds-card-content>
    Add your card content here
  </fds-card-content>
  <fds-card-actions>
    <fds-text-button label="Button"></fds-text-button>
    <fds-text-button label="Button"></fds-text-button>
  </fds-card-actions>
</fds-card>

API

Properties

PropertyAttributeTypeDefaultDescription
disableddisabledbooleanfalseDisabled style of the card.
outlinedoutlinedbooleanfalseChange the card style to outlined, default style is elevated.
selectableselectablebooleanfalseChange the card style to an action card.

fds-card-actions

Properties

PropertyAttributeTypeDefault
alignalignPosition"start"
disableddisabledbooleanfalse

fds-card-content

Properties

PropertyAttributeTypeDefault
disableddisabledbooleanfalse

fds-card-footer

Properties

PropertyAttributeTypeDefault
disableddisabledbooleanfalse

fds-card-header

Properties

PropertyAttributeTypeDefault
disableddisabledbooleanfalse

fds-card-subtitle

Properties

PropertyAttributeTypeDefault
disableddisabledbooleanfalse

fds-card-title

Properties

PropertyAttributeTypeDefault
disableddisabledbooleanfalse

fds-card

Properties

PropertyAttributeTypeDefaultDescription
disableddisabledbooleanfalseDisabled style of the card.
outlinedoutlinedbooleanfalseChange the card style to outlined, default style is elevated.
selectableselectablebooleanfalseChange the card style to an action card.

Methods

MethodType
renderCardContent(): TemplateResult<1>

Slots

NameDescription
defaultSlot to add content to the card, see the documentation for more details.
1.8.1

9 months ago

1.8.0

11 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.5.0

1 year ago

1.3.0

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.2.1

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.1.3

1 year ago

1.1.2

1 year ago

1.2.9

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.42

2 years ago

0.0.44

2 years ago

1.0.3

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.25

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.20

2 years ago

0.0.14

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago