1.8.1 • Published 2 years ago

@finastra/card v1.8.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.5.0

2 years ago

1.3.0

2 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.2.1

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.2.14

3 years ago

1.2.15

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.2.9

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.42

3 years ago

0.0.44

3 years ago

1.0.3

3 years ago

0.0.40

3 years ago

0.0.41

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.39

3 years ago

0.0.32

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.0.30

3 years ago

0.0.31

3 years ago

0.0.29

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.25

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.14

4 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago