<?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>Forem: Akshay Yadav</title>
    <description>The latest articles on Forem by Akshay Yadav (@akshaywritescode).</description>
    <link>https://forem.com/akshaywritescode</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%2F3590006%2Fbb79141e-4bdf-487b-bc51-bdd1f0e8944d.jpeg</url>
      <title>Forem: Akshay Yadav</title>
      <link>https://forem.com/akshaywritescode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/akshaywritescode"/>
    <language>en</language>
    <item>
      <title>I Built my own UI Library on Top of shadcn/ui</title>
      <dc:creator>Akshay Yadav</dc:creator>
      <pubDate>Thu, 30 Oct 2025 18:49:59 +0000</pubDate>
      <link>https://forem.com/akshaywritescode/i-built-my-own-ui-library-on-top-of-shadcnui-2d05</link>
      <guid>https://forem.com/akshaywritescode/i-built-my-own-ui-library-on-top-of-shadcnui-2d05</guid>
      <description>&lt;h1&gt;
  
  
  🎨 What is Rangoli?
&lt;/h1&gt;

&lt;p&gt;Rangoli is a modern React UI library built on top of shadcn/ui.&lt;br&gt;
It brings you ready-to-use components that combine the beauty of shadcn with real-world functionality.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.rangoliui.me" rel="noopener noreferrer"&gt;Try out - Rangoli UI(leave a ⭐ star please)&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  🧠 Why I Built It?
&lt;/h1&gt;

&lt;p&gt;While working on multiple React projects, I kept rebuilding the same interactive and layout components again and again.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A password input with toggle visibility 🔒👁️&lt;/li&gt;
&lt;li&gt;A pricing card with plan features and CTA buttons 💳&lt;/li&gt;
&lt;li&gt;A testimonial card to display client feedback 💬&lt;/li&gt;
&lt;li&gt;A pricing section with monthly/yearly toggle 💰&lt;/li&gt;
&lt;li&gt;A password reset form with validation and success states 🔒&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of re-creating these repeatedly, I decided to build a collection of polished, reusable versions, open source, easy to use, and fully themeable, That’s how Rangoli started.&lt;/p&gt;

&lt;h1&gt;
  
  
  💡 Example: Pricing Card Component
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;PricingCard
  planTitle="Basic"
  planDescription="Create interactive forms that connect to your workflow"
  price={["24", "242"]}
  isMonthly={true} /*can change dynamically */
  features={[
    "100 responses/mo included",
    "1 user",
    "Unlimited forms",
    "Unlimited questions",
  ]}
  seeAllFeatureLink="/basic-features"
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgbccv4a1whp4jt9bvfmx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgbccv4a1whp4jt9bvfmx.png" alt=" " width="637" height="735"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  🤝 Contribute to Rangoli
&lt;/h1&gt;

&lt;p&gt;Rangoli is open-source and growing fast!&lt;br&gt;
If you love building elegant UI components, and star us ⭐&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/akshaywritescode/rangoli-docs" rel="noopener noreferrer"&gt;Contribute to rangoli docs&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/akshaywritescode/rangoli-live-components" rel="noopener noreferrer"&gt;Contribute to rangoli live components&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/akshaywritescode/rangoli-landing-page" rel="noopener noreferrer"&gt;Contribute to rangoli landing page&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
