<?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: Sera UI</title>
    <description>The latest articles on DEV Community by Sera UI (@seraui).</description>
    <link>https://dev.to/seraui</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%2F3419185%2F7e5cb142-e755-46ab-933f-dc8ca8d98bba.png</url>
      <title>DEV Community: Sera UI</title>
      <link>https://dev.to/seraui</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seraui"/>
    <language>en</language>
    <item>
      <title>Sera UI - Modern React Component Library</title>
      <dc:creator>Sera UI</dc:creator>
      <pubDate>Thu, 07 Aug 2025 10:37:12 +0000</pubDate>
      <link>https://dev.to/seraui/sera-ui-modern-react-component-library-1ak4</link>
      <guid>https://dev.to/seraui/sera-ui-modern-react-component-library-1ak4</guid>
      <description>&lt;p&gt;Sera UI&lt;br&gt;
&lt;a href="https://github.com/seraui/seraui" rel="noopener noreferrer"&gt;SeraUI Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Beautifully designed components you can copy and paste into your apps. Accessible. Customizable. Open Source.&lt;/p&gt;

&lt;p&gt;Sera UI is a reusable component library for React, Next.js, and other JSX-based libraries. Currently, we support React and Next.js only. Our goal is to create next-level UI with minimal code, optimal performance, and a modern feel.&lt;/p&gt;

&lt;p&gt;💡 Why Sera UI?&lt;/p&gt;

&lt;p&gt;“I’m a JavaScript library creator from Bangladesh, not a professional designer. But after building several front-end projects, I realized I needed my own UI system to streamline everything.”&lt;/p&gt;

&lt;p&gt;Sera UI is born from real development needs — built by a developer, for developers.&lt;/p&gt;

&lt;p&gt;✨ Features&lt;br&gt;
🎨 Modern Design: Clean and beautiful UI components.&lt;br&gt;
⚡ High Performance: Built with performance and accessibility in mind.&lt;br&gt;
🧱 Easy to Customize: Easily themeable with Tailwind CSS.&lt;br&gt;
🔄 Smooth Animations: Powered by the excellent framer-motion library.&lt;br&gt;
🧩 Icons Included: lucide-react icons are integrated out of the box.&lt;br&gt;
🚀 Getting Started&lt;br&gt;
You can add Sera UI components to your project in two ways: using our CLI for a quick setup or by manually copying the component code for more control.&lt;/p&gt;

&lt;p&gt;CLI Installation&lt;br&gt;
Our CLI will guide you through the process of adding components to your project. Here is an example of how to add the Button component:&lt;/p&gt;

&lt;p&gt;npm&lt;/p&gt;

&lt;p&gt;npx shadcn@latest add "&lt;a href="https://seraui.seraprogrammer.com/registry/button.json" rel="noopener noreferrer"&gt;https://seraui.seraprogrammer.com/registry/button.json&lt;/a&gt;"&lt;br&gt;
pnpm&lt;/p&gt;

&lt;p&gt;pnpm dlx shadcn@latest add "&lt;a href="https://seraui.seraprogrammer.com/registry/button.json" rel="noopener noreferrer"&gt;https://seraui.seraprogrammer.com/registry/button.json&lt;/a&gt;"&lt;br&gt;
yarn&lt;/p&gt;

&lt;p&gt;yarn dlx shadcn@latest add "&lt;a href="https://seraui.seraprogrammer.com/registry/button.json" rel="noopener noreferrer"&gt;https://seraui.seraprogrammer.com/registry/button.json&lt;/a&gt;"&lt;br&gt;
bun&lt;/p&gt;

&lt;p&gt;bunx shadcn@latest add "&lt;a href="https://seraui.seraprogrammer.com/registry/button.json" rel="noopener noreferrer"&gt;https://seraui.seraprogrammer.com/registry/button.json&lt;/a&gt;"&lt;br&gt;
Manual Installation&lt;br&gt;
For manual installation, you can copy and paste the component code directly from our documentation into your project.&lt;/p&gt;

&lt;p&gt;Choose a Component: Browse our component library and find what you need.&lt;br&gt;
Copy the Code: You can view and copy the source code for each component.&lt;br&gt;
Paste and Customize: Paste the code into your project and customize it to fit your needs.&lt;br&gt;
🧩 Available Components&lt;br&gt;
We are constantly growing our library of components. Here are some of the components currently available:&lt;/p&gt;

&lt;p&gt;Accordion&lt;br&gt;
Alert&lt;br&gt;
Avatar&lt;br&gt;
Badge&lt;br&gt;
Button&lt;br&gt;
Card&lt;br&gt;
Checkbox&lt;br&gt;
Dialog (Modal)&lt;br&gt;
Input&lt;br&gt;
Label&lt;br&gt;
Select&lt;br&gt;
Tabs&lt;br&gt;
Textarea&lt;br&gt;
Tooltip&lt;br&gt;
…and more are on the way!&lt;/p&gt;

&lt;p&gt;🎨 Theming&lt;br&gt;
Sera UI is built on top of Tailwind CSS, making it incredibly easy to customize the look and feel to match your brand. You can customize colors, fonts, spacing, and more by simply modifying your tailwind.config.js file. The components are unstyled by default and will automatically adapt to your theme.&lt;/p&gt;

&lt;p&gt;📜 License&lt;br&gt;
Sera UI is an open-source project released under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software.&lt;/p&gt;

&lt;p&gt;💬 Community &amp;amp; Support&lt;br&gt;
Have a question or want to get involved?&lt;/p&gt;

&lt;p&gt;GitHub Discussions: The best place to ask questions, share ideas, and get help from the community.&lt;br&gt;
Report an Issue: If you find a bug, please report it on our GitHub Issues page.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
