1.8.1 • Published 10 months ago

@finastra/expansion-panel v1.8.1

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

Expansion Panel

Expansion Panel provides an expandable details-summary view. See it on NPM! How big is this package in your project? Storybook

Usage

Import

npm i @finastra/expansion-panel
import '@finastra/expansion-panel';
...
<fds-expansion-panel>
    <fds-expansion-panel-item>
          <div slot="title">Trip name</div>
          <div slot="description">Caribbean cruise</div>
          <div class="content">
              Add a form to input the trip name
          </div>
    </fds-expansion-panel-item>

    <fds-expansion-panel-item expanded>
        <div slot="title">Location</div>
        <div slot="description">Select trip destination</div>
        <div class="content">
            Add a form to input the location
        </div>
    </fds-expansion-panel-item>

    <fds-expansion-panel-item disabled>
        <div slot="title">Start and end dates</div>
        <div slot="description">
          <span>Start date: Feb 29, 2016</span>
          <span>End date: Not set</span>
        </div>
        <div class="content"></div>
    </fds-expansion-panel-item>

</fds-expansion-panel>

API

Properties

PropertyAttributeTypeDefaultDescription
disableddisabledbooleanfalseWhether the expansion item should be disabled
expandedexpandedbooleanfalseWhether the expansion item is expaned
hideToggleIconhideToggleIconboolean
toggleIconPositiontoggleIconPosition"before" \| "after"

Methods

MethodType
getParent(): ExpansionPanel
handleHeaderClick(): void

fds-expansion-panel

Properties

PropertyAttributeTypeDefaultDescription
displayModedisplayMode"default"\|"flat""default"The display mode used for all expansion panel items.
hideToggleIconhideToggleIconbooleanfalseWhether the expansion indicator should be hidden.
multimultibooleanfalseWhether the expansion should allow multiple expanded items
toggleIconPositiontoggleIconPosition"before"\|"after""after"The position of toggle indicator for all expansion items

Methods

MethodType
closeOtherExpansionItems(current: Node): void
getExpansionItems(): Node[]

Slots

NameDescription
defaultContent to display in the body.
descriptionContent to display in the description.
titleContent to display in the title.

CSS Custom Properties

PropertyTypeDefaultDescription
--fds-expansion-panel-item-headertext"48px"Header height.
--fds-expansion-panel-item-header-expandedtext"64px"Expanded header height.
1.8.1

10 months ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.2.9

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.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.41

2 years ago

0.0.40

2 years ago

0.0.39

2 years ago

0.0.38

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago