<?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: CalciteCarousel not rendering as expected. @esri/calcite-components-react@2.13.2 in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1554044#M757</link>
    <description>&lt;P&gt;Are you experiencing issues with any other components, or just Carousel and Carousel Item?&lt;/P&gt;&lt;P&gt;It's hard to say without seeing the rest of the implementation, but if the elements aren't rendering at all, it could be an import issue.&lt;BR /&gt;&lt;BR /&gt;A simple example with the above code seems to work in isolation:&amp;nbsp;&lt;A title="Calcite Carousel with React Wrapper" href="https://codesandbox.io/p/devbox/misty-fog-d8279m?file=%2Fsrc%2FApp.jsx" target="_blank" rel="noopener"&gt;Calcite Carousel with React Wrapper&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 00:09:14 GMT</pubDate>
    <dc:creator>Mac_And_Cheese</dc:creator>
    <dc:date>2024-10-31T00:09:14Z</dc:date>
    <item>
      <title>CalciteCarousel not rendering as expected. @esri/calcite-components-react@2.13.2</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1553883#M756</link>
      <description>&lt;P&gt;&lt;STRONG&gt;@esri/calcite-components-react@2.13.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm having difficulty getting the CalciteCarousel and &lt;SPAN&gt;CalciteCarouselItem components &lt;/SPAN&gt;to render properly. They seem to be treated as simple &amp;lt;div&amp;gt;s. I've tried some different props combinations and some css things but nothing seems to render a carousel.&lt;/P&gt;&lt;P&gt;I based my testing on the "Carousel - full height in Panel" example found here&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/carousel/" target="_self"&gt;https://developers.arcgis.com/calcite-design-system/components/carousel/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are welcome. Thanks.&lt;/P&gt;&lt;P&gt;Without getting into a lot of detail, here is my code&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CalcitePanel&lt;/SPAN&gt; &lt;SPAN&gt;heading&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Working on a carousel"&lt;/SPAN&gt; &lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;SPAN&gt;height&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"100%"&lt;/SPAN&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarousel&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Cool things"&lt;/SPAN&gt; &lt;SPAN&gt;arrowType&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"inline"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarouselItem&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Cool thing 1"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cool thing 1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarouselItem&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarouselItem&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Cool thing 2"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cool thing 2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarouselItem&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarouselItem&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Cool thing 3"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cool thing 3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarouselItem&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;CalciteCarousel&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;CalcitePanel&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Oct 2024 18:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1553883#M756</guid>
      <dc:creator>BurnsideAdmin</dc:creator>
      <dc:date>2024-10-30T18:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: CalciteCarousel not rendering as expected. @esri/calcite-components-react@2.13.2</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1554044#M757</link>
      <description>&lt;P&gt;Are you experiencing issues with any other components, or just Carousel and Carousel Item?&lt;/P&gt;&lt;P&gt;It's hard to say without seeing the rest of the implementation, but if the elements aren't rendering at all, it could be an import issue.&lt;BR /&gt;&lt;BR /&gt;A simple example with the above code seems to work in isolation:&amp;nbsp;&lt;A title="Calcite Carousel with React Wrapper" href="https://codesandbox.io/p/devbox/misty-fog-d8279m?file=%2Fsrc%2FApp.jsx" target="_blank" rel="noopener"&gt;Calcite Carousel with React Wrapper&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1554044#M757</guid>
      <dc:creator>Mac_And_Cheese</dc:creator>
      <dc:date>2024-10-31T00:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: CalciteCarousel not rendering as expected. @esri/calcite-components-react@2.13.2</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1554141#M758</link>
      <description>&lt;P&gt;Thanks for the quick post, Mac-And_Cheese.&lt;/P&gt;&lt;P&gt;Your example code helped. My app is getting quite large and nowhere had I imported the carousel js. When I added the js imports my code worked.&lt;/P&gt;&lt;P&gt;import "@esri/calcite-components/dist/components/calcite-carousel.js";&lt;BR /&gt;import "@esri/calcite-components/dist/components/calcite-carousel-item.js";&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 10:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcitecarousel-not-rendering-as-expected-esri/m-p/1554141#M758</guid>
      <dc:creator>BurnsideAdmin</dc:creator>
      <dc:date>2024-10-31T10:58:41Z</dc:date>
    </item>
  </channel>
</rss>

