<?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: Arcgis experience storybook Styled in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132478#M75868</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also though that it's kind of `styled-components`&amp;nbsp;&lt;/P&gt;&lt;P&gt;but there is no documentations about that in the story&lt;/P&gt;&lt;P&gt;and what is the parameter that passed and how?!&amp;nbsp;(_NavLink)&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2022 16:20:15 GMT</pubDate>
    <dc:creator>Dvirus</dc:creator>
    <dc:date>2022-01-11T16:20:15Z</dc:date>
    <item>
      <title>Arcgis experience storybook Styled</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132153#M75859</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What does it mean &lt;SPAN&gt;&amp;lt;Styled(_NavLink) at Nav in storybook:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/storybook/?path=/docs/components-jimu-ui-index-nav--with-icons" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/experience-builder/storybook/?path=/docs/components-jimu-ui-index-nav--with-icons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How can we use it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; &amp;lt;Nav className="mb-5"&amp;gt;
    &amp;lt;NavItem&amp;gt;
      &amp;lt;Styled(_NavLink)
        active
        href="#"
        icon="&amp;lt;svg viewBox=&amp;amp;quot;0 0 12 12&amp;amp;quot; xmlns=&amp;amp;quot;http://www.w3.org/2000/svg&amp;amp;quot;&amp;gt;&amp;lt;path d=&amp;amp;quot;M2 5.055V11h2V8a1 1 0 011-1h2a1 1 0 011 1v3h2V4.969L6.043 1 2 5.055zM1 6.058l-.149.15a.497.497 0 01-.705 0 .501.501 0 010-.708L5.338.293a.995.995 0 011.41 0l5.106 5.121a.501.501 0 010 .707.497.497 0 01-.705 0L11 5.971V11a1 1 0 01-1 1H2a1 1 0 01-1-1V6.058zM5 11h2V8H5v3z&amp;amp;quot; fill=&amp;amp;quot;#000&amp;amp;quot; fill-rule=&amp;amp;quot;nonzero&amp;amp;quot;&amp;gt;&amp;lt;/path&amp;gt;&amp;lt;/svg&amp;gt;"
      &amp;gt;
        Link 1
      &amp;lt;/Styled(_NavLink)&amp;gt;
    &amp;lt;/NavItem&amp;gt;
&amp;lt;/Nav&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 19:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132153#M75859</guid>
      <dc:creator>Dvirus</dc:creator>
      <dc:date>2022-01-10T19:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis experience storybook Styled</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132189#M75861</link>
      <description>&lt;P&gt;This is part of the Styled components that ExB provides&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/widget-ui/#2-styled-components" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/widget-ui/#2-styled-components&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Not sure what Styled does in this case, but it probably has some predefined styles for nav links.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 20:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132189#M75861</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-01-10T20:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis experience storybook Styled</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132478#M75868</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also though that it's kind of `styled-components`&amp;nbsp;&lt;/P&gt;&lt;P&gt;but there is no documentations about that in the story&lt;/P&gt;&lt;P&gt;and what is the parameter that passed and how?!&amp;nbsp;(_NavLink)&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132478#M75868</guid>
      <dc:creator>Dvirus</dc:creator>
      <dc:date>2022-01-11T16:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis experience storybook Styled</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132492#M75869</link>
      <description>&lt;P&gt;It looks like it's only used in the demo, the "Styled" comp isn't part o ExB, just for demo purposes. It's basically a styled component just created for the storybook.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-experience-storybook-styled/m-p/1132492#M75869</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-01-11T16:38:43Z</dc:date>
    </item>
  </channel>
</rss>

