Skip to main content

odsl-toolbar

Description

The odsl-toolbar component configures a toolbar. The odsl-toolbar component can have child components of type odsl-toolbar-item components.

Attributes

There are no attributes to configure.

Examples

A toolbar with 2 buttons

<odsl-toolbar>
<odsl-toolbar-item icon="bag-plus-fill" title="Add a new portfolio" onclick="addPortfolio()">
</odsl-toolbar-item>
<odsl-toolbar-item icon="node-plus-fill" title="Add a new trade" onclick="addTrade()">
</odsl-toolbar-item>
</odsl-toolbar>