1.8.1 • Published 2 years ago
@finastra/icon-bar v1.8.1
Icon Bar
The icon bar comprises a series of tabs that each link to a different content area or view.
Usage
Import
npm i @finastra/icon-bar
import '@finastra/icon-bar';
...
<fds-icon-bar>
<fds-icon-bar-item data-tippy-content="Home" current icon="home" notification="2"></fds-icon-bar-item>
<fds-icon-bar-item label="Account" data-tippy-content="Account" icon="credit_card"></fds-icon-bar-item>
<fds-icon-bar-item label="Calendar" data-tippy-content="Calendar" icon="event" notification="1"></fds-icon-bar-item>
<fds-icon-bar-item data-tippy-content="Settings" slot="footer" icon="settings"></fds-icon-bar-item>
</fds-icon-bar>
API
Properties
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
ariaHasPopup | AriaHasPopup | |||
ariaLabel | string | |||
buttonElement | HTMLElement | |||
current | current | boolean | false | |
dense | dense | boolean | false | Make the button smaller. |
disabled | disabled | boolean | false | Make the button disabled. |
icon | icon | string | "apps" | Icon used in the button. |
label | label | string | "" | |
notification | notification | string | "" | |
primary | primary | boolean | false | Use the primary color. |
ripple | Promise<Ripple \| null> | |||
secondary | secondary | boolean | false | Use the secondary color. |
Methods
Method | Type |
---|---|
blur | (): void |
focus | (): void |
getParent | (): IconBar |
handleIconClick | (): void |
renderIconButtons | (): TemplateResult<1> |
renderLabel | (): TemplateResult<1> |
showLabels | (): boolean |
fds-icon-bar
Properties
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
hideNotification | hideNotification | boolean | false | Removes the notification on item click. |
showLabels | showLabels | boolean | false | Show or hide the items labels. |
Methods
Method | Type |
---|---|
deselectOthers | (current: Node): void |
dispatchSelectedEvent | (index: any): void |
getItems | (): Node[] |
onFooterSlotChanged | (): void |
renderFooter | (): TemplateResult<1> |
Events
Event | Type |
---|---|
selected | CustomEvent<{ index: any; }> |
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.5.0
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.1.1
3 years ago
1.1.0
3 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.1.3
3 years ago
1.0.4
3 years ago
1.2.1
3 years ago
1.1.2
3 years ago
1.2.9
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.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.41
3 years ago
0.0.40
3 years ago
0.0.39
3 years ago
0.0.38
3 years ago