@forter/drawer-item
v1.4.42
Published
drawer-item from Forter Components
Downloads
138
Readme
fc-drawer-item
An element by Forter
Usage
<script>
import '@forter/drawer-item';
</script>
<fc-drawer-item name="Partner" description="Portfolio fraud management for PSPs and partners" icon="partner">
</fc-drawer-item>
Properties
| Property | Attribute | Type | Default | Description |
|---------------|---------------|--------------------------|---------|--------------------------------------------------|
| description
| description
| string
| "" | The text at the body of the card |
| icon
| icon
| string
| "" | The icon of the card. example: decision-dashboard
, default: decision-dashboard
|
| isFocus
| is-focus
| boolean
| false | |
| name
| name
| string
| "" | The text at the header of the card |
| selected
| selected
| TemplateResult \| null
| | |
CSS Custom Properties
| Property | Description |
|-------------------------------------|--------------------------------------------------|
| --fc-drawer-item-background-color
| Background color. default: #fff
, example: #bfb5f3
|