dojo / dojo/widgets

Actions (groups of buttons/icons) inconsistency

Open
#1,574 0 comments 0 reactions 2 assignees Claimed by @matt-gadd View on GitHub
bug medium medium priority
Dominant language
TypeScript
Stars
92
Forks
63
PR merge metrics
No merged PRs in 30d

Description

**Bug**

A number of widgets have the concept of "Actions", they are mostly collections of buttons/icons. It would be nice if we had one consistent pattern for these. For example at the moment in SpeedDial there is a specific `Action` component:

```

{
icache.set('action', 'Mailing');
}}
>

```

yet for the `Header` actions are defined like so:

```

{{
title: 'My App',
actions: [
Foo,
Bar,
Baz
]
}}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.