<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Calcite Menu Button in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1546633#M747</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/471024"&gt;@CW-GIS&lt;/a&gt;&amp;nbsp;The above can be achieved using &lt;A href="https://developers.arcgis.com/calcite-design-system/components/navigation" target="_self"&gt;Navigation&lt;/A&gt;'s "navigation-action" attribute, where an action is added to the component's primary navigation level.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additional configuration can also be achieved using the "calciteNavigationActionSelect" event, such as a displaying &lt;A href="https://developers.arcgis.com/calcite-design-system/components/sheet/" target="_self"&gt;Sheet&lt;/A&gt;&amp;nbsp;when interacting with the action. The configuration displayed in Calcite's sample playground uses a Sheet when interacting with the action, and other content can be slotted using some of &lt;A href="https://developers.arcgis.com/calcite-design-system/components/shell/#slots" target="_self"&gt;Shell's slots&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To explore code samples there is a &lt;A href="https://developers.arcgis.com/calcite-design-system/components/sheet/#sample" target="_self"&gt;Sheet sample&lt;/A&gt; available named as "Sheet launched from Navigation Action", and/or you can explore this example:&amp;nbsp;&lt;A href="https://codepen.io/geospatialem/pen/GRLoZXo" target="_blank"&gt;https://codepen.io/geospatialem/pen/GRLoZXo&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 16:43:35 GMT</pubDate>
    <dc:creator>KittyHurley</dc:creator>
    <dc:date>2024-10-08T16:43:35Z</dc:date>
    <item>
      <title>Calcite Menu Button</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1546277#M746</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get the hamburger menu only? This menu button (and horizontal header) is exactly what I need. What component is just the menu button? I tried menu and action bar, but those seem to be different.&lt;/P&gt;&lt;P&gt;How it opens to an accordion? or list is perfect.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uhuh.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/116655i0CC599F400597BAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uhuh.PNG" alt="uhuh.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 19:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1546277#M746</guid>
      <dc:creator>CW-GIS</dc:creator>
      <dc:date>2024-10-07T19:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calcite Menu Button</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1546633#M747</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/471024"&gt;@CW-GIS&lt;/a&gt;&amp;nbsp;The above can be achieved using &lt;A href="https://developers.arcgis.com/calcite-design-system/components/navigation" target="_self"&gt;Navigation&lt;/A&gt;'s "navigation-action" attribute, where an action is added to the component's primary navigation level.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additional configuration can also be achieved using the "calciteNavigationActionSelect" event, such as a displaying &lt;A href="https://developers.arcgis.com/calcite-design-system/components/sheet/" target="_self"&gt;Sheet&lt;/A&gt;&amp;nbsp;when interacting with the action. The configuration displayed in Calcite's sample playground uses a Sheet when interacting with the action, and other content can be slotted using some of &lt;A href="https://developers.arcgis.com/calcite-design-system/components/shell/#slots" target="_self"&gt;Shell's slots&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To explore code samples there is a &lt;A href="https://developers.arcgis.com/calcite-design-system/components/sheet/#sample" target="_self"&gt;Sheet sample&lt;/A&gt; available named as "Sheet launched from Navigation Action", and/or you can explore this example:&amp;nbsp;&lt;A href="https://codepen.io/geospatialem/pen/GRLoZXo" target="_blank"&gt;https://codepen.io/geospatialem/pen/GRLoZXo&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 16:43:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1546633#M747</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2024-10-08T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calcite Menu Button</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1547634#M750</link>
      <description>&lt;P&gt;The solution Kitty provided using Navigation and `&lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/navigation/#api-reference-properties-navigationAction" target="_blank" rel="noopener"&gt;navigation-action&lt;/A&gt;&lt;/STRONG&gt;` is a good and valid one - however it is not quite the same set up used in the Component Sample.&lt;BR /&gt;&lt;BR /&gt;The Component Sample layout can be achieved without the Navigation component, just by slotting an Action into the `&lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/panel/#api-reference-slots-header-actions-start" target="_self"&gt;header-actions-start&lt;/A&gt;&lt;/STRONG&gt;` slot of a Panel, and then using events to manage the `&lt;A title="open" href="https://developers.arcgis.com/calcite-design-system/components/sheet/#api-reference-properties-open" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;open&lt;/STRONG&gt;&lt;/A&gt;` property of a Sheet.&lt;BR /&gt;&lt;BR /&gt;Note that in order to match the provided screenshot - there is an added border on the Action set via css. This is of course optional and can be adjusted as needed or not used.&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Slotted Action Invoking Sheet" href="https://codepen.io/mac_and_cheese/pen/dyxOqWG?editors=1000" target="_blank" rel="noopener"&gt;Slotted Action Invoking Sheet&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 15:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-menu-button/m-p/1547634#M750</guid>
      <dc:creator>Mac_And_Cheese</dc:creator>
      <dc:date>2024-10-10T15:56:44Z</dc:date>
    </item>
  </channel>
</rss>

