<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jake r</title>
    <description>The latest articles on DEV Community by jake r (@modall).</description>
    <link>https://dev.to/modall</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2709553%2F5201669b-7c22-405c-983c-fe179e1f16e4.jpg</url>
      <title>DEV Community: jake r</title>
      <link>https://dev.to/modall</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/modall"/>
    <language>en</language>
    <item>
      <title>Open-Source TailwindCSS React Color Picker - Zero Dependencies! Perfect for Next.js Projects!</title>
      <dc:creator>jake r</dc:creator>
      <pubDate>Tue, 14 Jan 2025 17:34:13 +0000</pubDate>
      <link>https://dev.to/modall/open-source-tailwindcss-react-color-picker-zero-dependencies-perfect-for-nextjs-projects-b2m</link>
      <guid>https://dev.to/modall/open-source-tailwindcss-react-color-picker-zero-dependencies-perfect-for-nextjs-projects-b2m</guid>
      <description>&lt;p&gt;Overview: Discover a lightweight, zero-dependency &lt;a href="https://modall.ca/lab/tailwindcss-react-color-picker" rel="noopener noreferrer"&gt;Open-Source TailwindCSS React Color Picker&lt;/a&gt; that's easy to use and fully customizable. Copy and paste the code directly into your project to streamline color selection with real-time HEX and HSL conversion. Perfect for developers seeking simplicity and flexibility.&lt;/p&gt;

&lt;p&gt;Are you looking for a lightweight, customizable React color picker that’s simple to integrate into your project? This open-source React Color Picker is designed to be straightforward yet powerful. Built with a focus on usability and adaptability, it’s perfect for developers who want to implement a color selection tool without unnecessary overhead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it here:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://modall.ca/lab/tailwindcss-react-color-picker" rel="noopener noreferrer"&gt;https://modall.ca/lab/tailwindcss-react-color-picker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Open Source This Color Picker?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We believe in creating tools that make developers’ lives easier. By sharing this React Color Picker with the community, we hope to:&lt;/p&gt;

&lt;p&gt;Save you time: Focus on building your app instead of coding repetitive components from scratch.&lt;/p&gt;

&lt;p&gt;Encourage customization: Tailor the component to your needs without dealing with rigid APIs.&lt;/p&gt;

&lt;p&gt;Promote collaboration: Your feedback and contributions can help improve this tool for everyone.&lt;/p&gt;

&lt;p&gt;If you find this component useful, consider sharing it with others or linking back to the resource. While there’s no obligation, your support helps keep projects like this alive and freely available.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>nextjs</category>
      <category>react</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>Open-Source React Icon Picker: Lightweight, Customizable, and Built with ShadCN, TailwindCSS. Perfect for Next.js Projects!</title>
      <dc:creator>jake r</dc:creator>
      <pubDate>Tue, 14 Jan 2025 15:37:50 +0000</pubDate>
      <link>https://dev.to/modall/open-source-react-icon-picker-lightweight-customizable-and-built-with-shadcn-tailwindcss-pnl</link>
      <guid>https://dev.to/modall/open-source-react-icon-picker-lightweight-customizable-and-built-with-shadcn-tailwindcss-pnl</guid>
      <description>&lt;p&gt;Looking for an &lt;a href="https://modall.ca/lab/shadcn-icon-picker-component" rel="noopener noreferrer"&gt;Open-Source React icon picker&lt;/a&gt; that’s flexible, developer-friendly, and built with modern technologies like ShadCN and TailwindCSS? Meet the React Icon Picker—a dynamic, reusable component designed to integrate seamlessly into your Next.js or React projects.&lt;/p&gt;

&lt;p&gt;Whether you’re creating a CMS, admin panel, or design system, this Icon Picker simplifies the process of selecting and managing icons, offering a clean, intuitive interface with built-in search and customizable design.&lt;/p&gt;

&lt;p&gt;The icon picker is built of 2 main components,&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A hook for collecting icon data &lt;code&gt;useIconPicker()&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Has built in search that can be removed depending on use case&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A component for rendering the icon &lt;code&gt;&amp;lt;IconRenderer icon="..." /&amp;gt;&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Pass the icon name to render your icon. Accepts all the same props your icon component would.&lt;/p&gt;

&lt;p&gt;It includes popular UI components but the &lt;code&gt;useIconPicker()&lt;/code&gt; hook &amp;amp; &lt;code&gt;&amp;lt;IconRenderer /&amp;gt;&lt;/code&gt; component are all you need to build your own from scratch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it Here:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://modall.ca/lab/shadcn-icon-picker-component" rel="noopener noreferrer"&gt;https://modall.ca/lab/shadcn-icon-picker-component&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start Building with the React Icon Picker&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ready to add an intuitive, responsive icon picker to your project? Copy the code, customize it, and start building better user interfaces today.&lt;/p&gt;

&lt;p&gt;If you use this component in your project, we’d greatly appreciate it if you could link back to this post or our showcase to help others discover it. Of course, there’s no obligation to do so—this component is free to use as you see fit. Your support, whether through a link, feedback, or contributions, helps us continue building tools for the community!&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>react</category>
      <category>opensource</category>
      <category>tailwindcss</category>
    </item>
  </channel>
</rss>
