Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
285 stars 76 forks source link

Action menu: add appearance property #7888

Closed driskull closed 1 year ago

driskull commented 1 year ago

Check existing issues

Description

Action menu: add appearance property

Acceptance Criteria

Action menu: add appearance property

Relevant Info

No response

Which Component

action-menu

Example Use Case

<calcite-action-menu appearance="transparent">
      <calcite-action text="Plus" icon="plus" text-enabled></calcite-action>
      <calcite-action text="Minus" icon="minus" text-enabled></calcite-action>
      <calcite-action text="Table" icon="table" text-enabled></calcite-action>
    </calcite-action-menu>

Priority impact

p4 - not time sensitive

Calcite package

Esri team

N/A

github-actions[bot] commented 1 year ago

Installed and assigned for verification.

geospatialem commented 1 year ago

Verified with the action-menu where appearance is "transparent" and "solid".

cc @SkyeSeitz @ashetland @brittneytewks for Figma changes.