<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>swiper Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/swiper/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/swiper/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Sun, 31 Oct 2021 13:04:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>swiper Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/swiper/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Arrows in React Swiper Js: How to Customize Prev/Next Button</title>
		<link>https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/</link>
					<comments>https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sat, 12 Sep 2020 18:56:58 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jsx]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[swiper]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4236</guid>

					<description><![CDATA[<p>I was asked on YouTube to explain how to customize the appearance of the prev/next arrows in the&#160;React version of Swiper Js. There are 2 methods. One is to simply overwrite the color value. The other one is to completely replace the image. Follow along to learn how to accomplish both. 1. Change Color of [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/">Arrows in React Swiper Js: How to Customize Prev/Next Button</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/08/15/how-to-set-responsive-breakpoints-in-swiper-react/" rel="bookmark" title="How to Set Responsive Breakpoints in Swiper React">How to Set Responsive Breakpoints in Swiper React</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/" rel="bookmark" title="SwiperJS React Video Tutorial | 2020">SwiperJS React Video Tutorial | 2020</a></li>
<li><a href="https://www.timo-ernst.net/blog/2021/05/05/parallax-beginner-tutorial-a-cool-3d-effect-with-html-css-javascript/" rel="bookmark" title="Parallax Beginner Tutorial: A Cool 3D Effect With HTML, CSS, JavaScript">Parallax Beginner Tutorial: A Cool 3D Effect With HTML, CSS, JavaScript</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to Set Responsive Breakpoints in Swiper React</title>
		<link>https://www.timo-ernst.net/blog/2020/08/15/how-to-set-responsive-breakpoints-in-swiper-react/</link>
					<comments>https://www.timo-ernst.net/blog/2020/08/15/how-to-set-responsive-breakpoints-in-swiper-react/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sat, 15 Aug 2020 12:03:54 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[breakpoints]]></category>
		<category><![CDATA[jsx]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[swiper]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4216</guid>

					<description><![CDATA[<p>I&#8217;ve been asked on YouTube how to use breakpoints in the new react version of Swiper, so here it is. Download Source Code First, you have to set breakpoints in jsx: Then, add custom media queries to your css: Hope this was helpful to you, don&#8217;t forget to checkout my working demo on GitHub. Leave [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2020/08/15/how-to-set-responsive-breakpoints-in-swiper-react/">How to Set Responsive Breakpoints in Swiper React</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/" rel="bookmark" title="Arrows in React Swiper Js: How to Customize Prev/Next Button">Arrows in React Swiper Js: How to Customize Prev/Next Button</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/" rel="bookmark" title="SwiperJS React Video Tutorial | 2020">SwiperJS React Video Tutorial | 2020</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/" rel="bookmark" title="Tutorial: Auto-Complete Search with React, Node and Framework7">Tutorial: Auto-Complete Search with React, Node and Framework7</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2020/08/15/how-to-set-responsive-breakpoints-in-swiper-react/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>SwiperJS React Video Tutorial &#124; 2020</title>
		<link>https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/</link>
					<comments>https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sun, 12 Jul 2020 19:42:03 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[swiper]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4209</guid>

					<description><![CDATA[<p>After many years of being tied to 3rd party React versions of SwiperJS the official team has now created its own version of SwiperJS for React. In this tutorial I will explain how to use it. Find source code here:https://github.com/valnub/swiper-react-demo Follow me on Twitter:https://www.twitter.com/timo_ernst</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/">SwiperJS React Video Tutorial | 2020</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/" rel="bookmark" title="Arrows in React Swiper Js: How to Customize Prev/Next Button">Arrows in React Swiper Js: How to Customize Prev/Next Button</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/08/15/how-to-set-responsive-breakpoints-in-swiper-react/" rel="bookmark" title="How to Set Responsive Breakpoints in Swiper React">How to Set Responsive Breakpoints in Swiper React</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/" rel="bookmark" title="Tutorial: Auto-Complete Search with React, Node and Framework7">Tutorial: Auto-Complete Search with React, Node and Framework7</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
