# Best Tailwind Component Libraries (2026): 12 Options Ranked

> We ranked 12 Tailwind component libraries across free vs paid, accessibility, bundle size, framework support, and developer experience. Find the right tailwind component library for your project in 2026.

Source: https://designrevision.com/blog/best-tailwind-component-libraries

---

Every Tailwind CSS project hits the same inflection point: do you build every button, modal, and dropdown from scratch, or do you reach for a tailwind component library that handles the repetitive work?

In 2026, the answer is almost always a library. The ecosystem has matured from a handful of copy-paste collections to a diverse landscape of full component systems, headless primitives, and premium template kits. The hard part is no longer finding a tailwind component library. It is choosing between 12 solid options that each make different trade-offs.

This guide ranks the best tailwind ui components libraries across pricing, accessibility, bundle size, framework support, and developer experience. Whether you need a CSS-only plugin like daisyui, unstyled primitives like Radix, or production-ready templates like Tailwind UI, this comparison helps you pick the right tool for your stack.
## Key Takeaways

> If you remember nothing else:
>
> * **Shadcn/ui** is the best tailwind component library for React and Next.js projects that need full customization control
> * **DaisyUI** is the best free option for rapid prototyping across any framework with 35 built-in themes and zero JS dependencies
> * **Tailwind UI** ($299) is the fastest path to production-ready designs if budget allows
> * **Radix UI** has the strongest accessibility of any headless ui vs radix comparison, with more primitives and deeper ARIA compliance than Headless UI
> * **Flowbite** offers the broadest framework coverage with React, Vue, Svelte, and vanilla JS adapters
> * The trend in 2026: developers start with a tailwind component library for speed, then eject to custom components where the design demands it
> * DaisyUI leads in raw adoption (19M+ npm installs). Shadcn/ui leads in developer satisfaction

## Table of Contents

1. [Quick Comparison](#quick-comparison)
2. [How We Evaluated](#how-we-evaluated)
3. [The 12 Best Tailwind Component Libraries](#the-12-best-tailwind-component-libraries)
4. [Framework Support Matrix](#framework-support-matrix)
5. [Accessibility Comparison](#accessibility-comparison)
6. [Bundle Size and Performance](#bundle-size-and-performance)
7. [The Decision Framework](#the-decision-framework)
8. [Conclusion](#conclusion)

## Quick Comparison

| Library | Type | Price | Components | Frameworks | Accessibility | Bundle Impact | Rating |
|---------|------|-------|------------|------------|---------------|---------------|--------|
| **Shadcn/ui** | Copy-paste | Free | 50+ | React/Next.js | Excellent (Radix) | Minimal | 4.5/5 |
| **DaisyUI** | Tailwind plugin | Free | 60+ | All (CSS-only) | Partial | Very low (~10-20KB) | 4.5/5 |
| **Tailwind UI** | Premium templates | $299 | 500+ | React, Vue, HTML | Good (WAI-ARIA) | Minimal | 4.5/5 |
| **Radix UI** | Headless primitives | Free | 30+ | React | Excellent | Minimal | 4.5/5 |
| **Flowbite** | Styled + JS | Free/Pro | 400+ | React, Vue, Svelte, JS | Good (ARIA) | Medium (~84KB JS) | 4/5 |
| **Headless UI** | Headless primitives | Free | 10+ | React, Vue | Excellent | Minimal | 4/5 |
| **Preline UI** | Styled + Alpine | Free/Pro | 77+ | All (HTML) | Partial | Medium (~85KB JS) | 4/5 |
| **NextUI** | Styled React | Free | 50+ | React | Good | Medium (Framer Motion) | 4/5 |
| **Tremor** | Dashboard components | Free | 50+ | React | Good | Medium (chart deps) | 4/5 |
| **HyperUI** | Copy-paste blocks | Free | 300+ | All (HTML) | Partial | Minimal | 3.5/5 |
| **Meraki UI** | Copy-paste blocks | Free | 31+ | All (HTML) | Partial | Very low (~17KB) | 3.5/5 |
| **Park UI** | Styled components | Free | 40+ | React | Good | Low-Medium | 3.5/5 |

## How We Evaluated

We tested each tailwind component library across six criteria:

| Criteria | Weight | What We Measured |
|----------|--------|------------------|
| **Component Quality** | 25% | Design polish, customization depth, edge cases handled |
| **Accessibility** | 20% | ARIA compliance, keyboard navigation, screen reader support |
| **Developer Experience** | 20% | Installation, API design, documentation, TypeScript support |
| **Bundle Size** | 15% | CSS and JS added to production build, tree-shaking support |
| **Framework Support** | 10% | React, Vue, Svelte, vanilla compatibility |
| **Ecosystem** | 10% | Community size, update frequency, third-party integrations |

## The 12 Best Tailwind Component Libraries

### #1 Shadcn/ui: Best for React Customization

**What it is:** A collection of beautifully designed, accessible components built on Radix UI primitives with Tailwind CSS styling. Unlike traditional libraries, Shadcn/ui uses a CLI to copy components directly into your project. You own every line of code.

**GitHub Stars:** 50,000+ | **License:** MIT | **Framework:** React/Next.js

**Why it ranks #1:** The copy-paste model solves the biggest frustration with tailwind component libraries: you get production-quality components without vendor lock-in. Every component is built on Radix primitives, giving you excellent accessibility by default. The Tailwind styling is fully customizable through your `tailwind.config` and CSS variables.

Shadcn/ui has become the default tailwind component choice for Next.js projects. The CLI adds components to your codebase as local files, not node_modules dependencies. This means you can modify every prop, style, and behavior without fighting an upstream API.

**Tailwind v4 support:** Full compatibility with migration guide available.

**Best for:** React and Next.js projects that need customizable, accessible components with full code ownership. Ideal for teams building [React component libraries](/blog/best-react-component-libraries) or design systems on Tailwind.

**Limitations:** React-only (community ports exist for Vue and Svelte but are less maintained). Requires manual updates since components are copied, not versioned.

### #2 DaisyUI: Best Free All-Framework Library

**What it is:** A Tailwind CSS plugin that adds semantic component classes like `btn`, `card`, `modal`, and `navbar`. DaisyUI is pure CSS with zero JavaScript dependencies, making it the lightest tailwind component library in the ecosystem.

**GitHub Stars:** 35,000+ | **npm Downloads:** 350K+/week | **License:** MIT | **Framework:** All

**Why SaaS teams love it:** DaisyUI reduces Tailwind markup from `class="px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600"` to `class="btn btn-primary"`. The 35+ built-in themes (including dark mode variants) let you restyle your entire application by changing a single `data-theme` attribute.

At ~10-20KB gzipped CSS with no JavaScript, daisyui adds virtually nothing to your bundle. It works with any framework because it is pure CSS classes on top of Tailwind. React, Vue, Svelte, Astro, plain HTML: all supported.

**Tailwind v4 support:** Full compatibility in DaisyUI v5.

**Best for:** Rapid prototyping, multi-framework projects, and teams that want semantic classes without JavaScript overhead. If you are following a [Tailwind templates](/blog/best-tailwind-templates) approach, DaisyUI accelerates component assembly.

**Limitations:** No built-in JavaScript for interactive components (modals, dropdowns need your own JS or a companion like Alpine.js). The opinionated class names can conflict with pure Tailwind utility approaches. Accessibility is partial and requires manual ARIA attributes for complex interactions.

### #3 Tailwind UI: Best Premium Library

**What it is:** The official tailwind component library from Tailwind Labs. Tailwind UI offers 500+ professionally designed components and page templates available as copy-paste HTML, React, or Vue code.

**License:** Commercial ($299 one-time) | **Framework:** React, Vue, HTML

**Why it is worth the price:** Every component in Tailwind UI is designed by the team that built Tailwind CSS. The design quality, responsive behavior, and attention to edge cases reflect years of experience. Components cover marketing pages, application UI, ecommerce, and more.

The $299 one-time license (Tailwind Plus) includes all current components, future updates, and access to Catalyst (a React application UI kit). For teams and agencies that bill hourly, the time saved on a single project covers the cost.

**Best for:** Teams and agencies that need production-ready tailwind ui components immediately. Solo developers who value design quality over customization depth. Projects where speed to production justifies the investment.

**Limitations:** Commercial license required. Components are polished but less customizable at the architectural level than Shadcn/ui. The copy-paste model means updates require manual integration.

### #4 Radix UI: Best Accessibility Primitives

**What it is:** A set of unstyled, accessible React component primitives built by WorkOS. Radix provides the behavior and accessibility layer. You provide the styling with Tailwind CSS.

**GitHub Stars:** 20,000+ | **License:** MIT | **Framework:** React

**Why accessibility leaders choose it:** Every Radix primitive follows WAI-ARIA best practices with keyboard navigation, focus trapping, screen reader announcements, and proper semantic structure built in. The component set is comprehensive: Dialog, Dropdown Menu, Popover, Slider, Accordion, Toast, Tabs, and 20+ more.

In the headless ui vs radix comparison, Radix wins on breadth and depth. More components, more granular control, and more rigorous accessibility testing. Shadcn/ui chose Radix as its foundation specifically because of this accessibility advantage.

**Best for:** Teams building accessible applications that need unstyled primitives to style with Tailwind. Projects where WCAG compliance is a requirement.

**Limitations:** React-only. No Vue or Svelte support. Requires you to write all visual styling yourself, which adds development time compared to pre-styled options.

### #5 Flowbite: Best Multi-Framework Coverage

**What it is:** A tailwind component library with 400+ components available as vanilla JavaScript, React, Vue, and Svelte packages. Flowbite provides both styled components and interactive JavaScript behaviors.

**GitHub Stars:** 7,000+ | **License:** MIT (core) / Pro (paid) | **Framework:** React, Vue, Svelte, JS

**Why multi-framework teams choose it:** Flowbite is the only tailwind component library that provides first-party adapters for React, Vue, and Svelte with interactive JavaScript included. Modals, dropdowns, tooltips, and datepickers work out of the box across all four implementations.

The free tier includes most components. Flowbite Pro adds advanced components, dashboard templates, and Figma design files.

**Best for:** Teams that work across multiple frontend frameworks and need consistent tailwind ui components with interactivity included. Projects that need interactive components without writing custom JavaScript. Check our Radix UI guide if you prefer headless primitives instead.

**Limitations:** Bundle size is heavier than CSS-only options (~84KB JavaScript). The quality of framework adapters varies (React is strongest). DaisyUI is lighter and more widely adopted for CSS-only needs.

### #6 Headless UI: Best Tailwind-Native Primitives

**What it is:** Unstyled, accessible component primitives built by Tailwind Labs for React and Vue. Headless UI is the official companion library for Tailwind CSS.

**GitHub Stars:** 30,000+ | **License:** MIT | **Framework:** React, Vue

**Why Tailwind purists choose it:** Headless UI was designed specifically to pair with Tailwind CSS. The API is simple, the component set covers the essentials (Menu, Listbox, Combobox, Dialog, Disclosure, Popover, Tab, Transition), and the accessibility is excellent.

In the headless ui vs radix debate, Headless UI wins on simplicity and Tailwind integration. Radix wins on component breadth. If you only need the basics and want the official Tailwind Labs experience, Headless UI is the cleaner choice.

**Best for:** Projects that want accessible headless primitives with the simplest possible API. Teams already using Tailwind UI who need interactive behaviors for their components.

**Limitations:** Limited component set (10+ primitives versus Radix's 30+). No Svelte support. Less granular accessibility control than Radix for complex interaction patterns.

### #7 Preline UI: Best Free Styled Collection

**What it is:** A free collection of 77+ pre-styled Tailwind CSS components with optional JavaScript interactions powered by Alpine.js-style plugins.

**License:** MIT (free) / Pro ($99+) | **Framework:** All (HTML-first)

**Why budget-conscious teams choose it:** Preline UI provides a large set of styled, responsive components at zero cost. The HTML-first approach works with any framework. The Pro tier adds dashboard templates and advanced components for teams that need more.

**Best for:** Projects that need a large set of free styled tailwind components without committing to a specific JavaScript framework.

**Limitations:** JavaScript dependency (~85KB) for interactive components. Less community adoption than DaisyUI or Shadcn/ui. Accessibility is partial.

### #8 NextUI: Best for React Animations

**What it is:** A React-only tailwind component library with Framer Motion animations built into every component. NextUI v2 rebuilt the library on React Aria (Adobe's accessibility primitives) with Tailwind CSS.

**GitHub Stars:** 20,000+ | **License:** MIT | **Framework:** React

**Why animation-focused teams choose it:** Every component transitions smoothly with Framer Motion. Buttons press, modals slide, tooltips fade. The animation quality gives applications a polished feel that static component libraries lack.

**Best for:** React projects where smooth animations matter for user experience. Applications that want a component library with built-in motion design.

**Limitations:** React-only. Framer Motion adds to bundle size. Fewer components than DaisyUI or Flowbite. The React Aria dependency is powerful but adds another layer to the stack.

### #9 Tremor: Best for Dashboards

**What it is:** A React tailwind component library focused on dashboard components: charts, KPI cards, tables, and data visualization elements.

**GitHub Stars:** 15,000+ | **License:** MIT | **Framework:** React

**Why data-heavy teams choose it:** Tremor fills a gap that general tailwind component libraries miss: charts, sparklines, area graphs, bar charts, and metric cards designed specifically for dashboard interfaces. The components are built on Recharts with Tailwind styling.

**Best for:** SaaS dashboards, admin panels, analytics interfaces, and any project that needs data visualization components with Tailwind styling. Teams building with [SaaS reporting tools](/blog/saas-reporting-tools) can use Tremor for the frontend display layer.

**Limitations:** React-only. Dashboard-focused (not a general-purpose library). Chart dependencies add to bundle size. Not suitable for marketing sites or landing pages.

### #10 HyperUI: Best Copy-Paste Collection

**What it is:** A free collection of 300+ Tailwind CSS components and blocks available as copy-paste HTML snippets.

**License:** MIT | **Framework:** All (HTML)

**Why quick builders choose it:** HyperUI provides the largest free collection of tailwind component blocks: hero sections, pricing tables, footers, CTAs, and more. No installation, no dependencies. Copy the HTML, paste it into your project, customize the Tailwind classes.

**Best for:** Quick prototypes, landing pages, and projects that need a wide variety of pre-built blocks without any library overhead.

**Limitations:** No interactivity (pure HTML/CSS). No accessibility beyond what Tailwind provides. Quality varies across components. No component architecture or state management.

### #11 Meraki UI: Best Lightweight Collection

**What it is:** A minimal collection of 31+ beautiful Tailwind CSS components with optional Alpine.js interactivity.

**License:** MIT | **Framework:** All (HTML)

**Why minimalists choose it:** At ~17KB total JavaScript, Meraki UI is the lightest interactive tailwind component option. The design is clean and modern. The component set is small but each element is well-crafted.

**Best for:** Projects that need a small set of beautiful components with minimal footprint.

**Limitations:** Small component set. Not suitable as a primary library for large applications.

### #12 Park UI: Best Emerging Library

**What it is:** A styled component library built on Ark UI primitives (by the Chakra UI team) with Tailwind CSS styling.

**License:** MIT | **Framework:** React, Solid, Vue

**Why early adopters watch it:** Park UI brings Chakra UI's accessibility philosophy to Tailwind CSS through Ark UI primitives. Multi-framework support (React, Solid, Vue) with consistent APIs sets it apart from React-only options.

**Best for:** Teams familiar with Chakra UI who want to move to Tailwind. Projects that need cross-framework compatibility with strong accessibility.

**Limitations:** Smaller community and fewer components than established libraries. Still maturing as a platform.

## Framework Support Matrix

| Library | React | Vue | Svelte | Vanilla JS | Astro | Angular |
|---------|-------|-----|--------|------------|-------|---------|
| **Shadcn/ui** | Native | Community port | Community port | No | Via React | No |
| **DaisyUI** | Yes (CSS) | Yes (CSS) | Yes (CSS) | Yes | Yes | Yes |
| **Tailwind UI** | Native | Native | No | Yes (HTML) | Yes | No |
| **Radix UI** | Native | No | No | No | Via React | No |
| **Flowbite** | Native | Native | Native | Native | Yes | Community |
| **Headless UI** | Native | Native | No | No | Via React/Vue | No |
| **Preline UI** | Yes | Yes | Yes | Yes | Yes | Yes |
| **NextUI** | Native | No | No | No | Via React | No |
| **Tremor** | Native | No | No | No | Via React | No |
| **HyperUI** | Yes (HTML) | Yes (HTML) | Yes (HTML) | Yes | Yes | Yes |

**The pattern:** DaisyUI, Preline, and HyperUI work everywhere because they are CSS/HTML-first. Shadcn/ui, Radix, and NextUI are React-first. Flowbite is the only library with first-party support for React, Vue, AND Svelte.

## Accessibility Comparison

| Library | ARIA Compliance | Keyboard Navigation | Focus Management | Screen Reader | Overall |
|---------|----------------|--------------------|--------------------|---------------|---------|
| **Radix UI** | Full WAI-ARIA | Complete | Advanced trapping | Excellent | Best |
| **Headless UI** | Full WAI-ARIA | Complete | Standard trapping | Excellent | Excellent |
| **Shadcn/ui** | Via Radix | Via Radix | Via Radix | Via Radix | Excellent |
| **NextUI** | Via React Aria | Complete | Standard | Good | Good |
| **Tailwind UI** | Manual ARIA | Partial (static) | Manual | Partial | Good |
| **Flowbite** | ARIA attributes | Partial | Basic | Partial | Good |
| **DaisyUI** | Manual | Manual | Manual | Manual | Partial |
| **Preline UI** | Partial ARIA | Partial | Basic | Partial | Partial |
| **HyperUI** | Minimal | Minimal | None | Minimal | Basic |

**Key insight:** If accessibility is a requirement (and for SaaS products, it should be), choose Shadcn/ui or Radix for React projects. Choose Headless UI if you need React + Vue support. DaisyUI and Flowbite require manual accessibility work for interactive components.

## Bundle Size and Performance

| Library | CSS Added | JS Added | Total Impact | Tree-Shakable |
|---------|-----------|----------|--------------|---------------|
| **DaisyUI** | ~10-20KB | 0KB | Very Low | Yes (Tailwind purge) |
| **Shadcn/ui** | Per-component | Per-component | Low | Yes (local files) |
| **Tailwind UI** | Per-component | 0KB (static) | Minimal | Yes (copy-paste) |
| **Radix UI** | 0KB (unstyled) | ~2-5KB/component | Low | Yes (modular imports) |
| **Headless UI** | 0KB (unstyled) | ~3-8KB total | Low | Yes |
| **Meraki UI** | Per-component | ~17KB | Very Low | Partial |
| **HyperUI** | Per-component | 0KB | Minimal | Yes (copy-paste) |
| **Flowbite** | Per-component | ~84KB | Medium | Partial |
| **Preline UI** | Per-component | ~85KB + deps | Medium-High | Partial |
| **NextUI** | Per-component | Framer Motion (~30KB) | Medium | Partial |
| **Tremor** | Per-component | Recharts (~40KB) | Medium | Partial |

**The takeaway:** DaisyUI and copy-paste libraries (Shadcn/ui, HyperUI, Tailwind UI) have the lowest bundle impact. Libraries with built-in JavaScript interactivity (Flowbite, Preline, NextUI) add meaningful weight. For performance-critical SaaS applications, CSS-only or headless approaches win.

## The Decision Framework

### Choose Shadcn/ui If:
- You are building with React or Next.js
- You want full code ownership with no vendor lock-in
- Accessibility is a requirement (Radix primitives handle it)
- You prefer copying components into your project over installing packages
- You are building a design system or [component library](/blog/best-react-component-libraries) on Tailwind

### Choose DaisyUI If:
- You work across multiple frameworks (or no framework)
- You want the fastest prototyping with semantic classes
- Bundle size matters and you want zero JavaScript overhead
- You need 35+ themes including dark mode out of the box
- You are comfortable adding your own JavaScript for interactive components

### Choose Tailwind UI If:
- Budget allows $299 for premium components
- You need production-ready designs immediately
- Your team values design quality over architectural customization
- You work with React, Vue, or vanilla HTML

### Choose Radix UI If:
- Accessibility compliance is your top priority
- You want unstyled primitives to fully control with Tailwind
- You need advanced components (sliders, popovers, collapsibles)
- You are building a React application with strict WCAG requirements

### Choose Flowbite If:
- Your team works across React, Vue, AND Svelte
- You need interactive components (modals, datepickers, tooltips) with JavaScript included
- You want the broadest tailwind component set with framework adapters

### Choose Tremor If:
- You are building a dashboard, admin panel, or analytics interface
- You need charts, KPI cards, and data tables styled with Tailwind
- Your project is React-based and data-heavy

{{ partial:cta/forge }}

## Conclusion

The tailwind component library landscape in 2026 has matured into clear tiers with distinct use cases.

**For React teams:** Shadcn/ui is the standard. Copy-paste components built on Radix primitives give you accessibility, customization, and full code ownership. Pair it with Tremor if you are building dashboards.

**For multi-framework teams:** DaisyUI is the universal choice. CSS-only, framework-agnostic, and lightweight enough to use everywhere. Flowbite fills the gap when you need interactive JavaScript across React, Vue, and Svelte.

**For teams with budget:** Tailwind UI delivers the highest design quality per hour spent. The $299 investment pays for itself on any project that bills for development time.

**For accessibility-first teams:** Radix UI provides the deepest accessibility of any tailwind component primitive. Shadcn/ui inherits this advantage through Radix. Headless UI offers a simpler alternative from Tailwind Labs.

The trend: developers are converging on a pattern of Shadcn/ui for application components and DaisyUI for rapid prototyping. The headless ui vs radix debate has largely settled in favor of Radix for complex applications and Headless UI for simple ones. And the gap between free and premium libraries has narrowed enough that most teams never need to spend on Tailwind UI unless they specifically want its design language.

Pick the tailwind component library that matches your framework, your accessibility requirements, and your tolerance for JavaScript in the bundle. The right choice saves weeks of development. The wrong choice adds weeks of fighting abstractions.

---

## Related Resources

- [Best Tailwind Templates: Free and Premium](/blog/best-tailwind-templates)
- Radix UI Guide: Complete Reference
- [Best React Component Libraries in 2026](/blog/best-react-component-libraries)
- [Next.js Templates: 20 Best Options](/blog/nextjs-templates)
- [DaisyUI: Complete Getting Started Guide](/blog/daisyui-tutorial)
- [Best SaaS Reporting Tools: 15 Platforms Ranked](/blog/saas-reporting-tools)
- [Best AI for Coding: 15 Tools Compared](/blog/best-ai-for-coding)
- [Best Shadcn UI Templates, Blocks & Themes](/blog/best-shadcn-templates)

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Best Tailwind Component Libraries (2026)",
  "description": "12 best Tailwind CSS component libraries ranked across pricing, accessibility, bundle size, framework support, and developer experience.",
  "numberOfItems": 12,
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Shadcn/ui",
      "description": "Copy-paste React components built on Radix UI primitives with Tailwind CSS styling. Full code ownership, excellent accessibility, MIT licensed.",
      "url": "https://ui.shadcn.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "DaisyUI",
      "description": "Tailwind CSS plugin with semantic component classes, 35+ themes, zero JavaScript dependencies. 19M+ npm installs, MIT licensed.",
      "url": "https://daisyui.com"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Tailwind UI",
      "description": "Official premium component library from Tailwind Labs with 500+ components. $299 one-time license for React, Vue, and HTML.",
      "url": "https://tailwindui.com"
    },
    {
      "@type": "ListItem",
      "position": 4,
      "name": "Radix UI",
      "description": "Unstyled, accessible React component primitives with 30+ primitives. Best WAI-ARIA compliance in the ecosystem. MIT licensed.",
      "url": "https://radix-ui.com"
    },
    {
      "@type": "ListItem",
      "position": 5,
      "name": "Flowbite",
      "description": "400+ Tailwind components with first-party React, Vue, Svelte, and vanilla JS adapters. Free core with Pro tier.",
      "url": "https://flowbite.com"
    },
    {
      "@type": "ListItem",
      "position": 6,
      "name": "Headless UI",
      "description": "Unstyled accessible component primitives from Tailwind Labs for React and Vue. 10+ essential interactive components.",
      "url": "https://headlessui.com"
    },
    {
      "@type": "ListItem",
      "position": 7,
      "name": "Preline UI",
      "description": "77+ free pre-styled Tailwind components with Alpine.js-style interactivity. Pro tier for advanced components.",
      "url": "https://preline.co"
    },
    {
      "@type": "ListItem",
      "position": 8,
      "name": "NextUI",
      "description": "React component library with Framer Motion animations and React Aria accessibility. Beautiful animated interactions.",
      "url": "https://nextui.org"
    },
    {
      "@type": "ListItem",
      "position": 9,
      "name": "Tremor",
      "description": "React dashboard component library with charts, KPI cards, and data tables styled with Tailwind CSS.",
      "url": "https://tremor.so"
    },
    {
      "@type": "ListItem",
      "position": 10,
      "name": "HyperUI",
      "description": "300+ free copy-paste Tailwind CSS component blocks. No installation, no dependencies, pure HTML/CSS.",
      "url": "https://hyperui.dev"
    },
    {
      "@type": "ListItem",
      "position": 11,
      "name": "Meraki UI",
      "description": "Minimal collection of 31+ beautiful Tailwind components with optional Alpine.js. Only 17KB JavaScript.",
      "url": "https://merakiui.com"
    },
    {
      "@type": "ListItem",
      "position": 12,
      "name": "Park UI",
      "description": "Styled component library built on Ark UI primitives with Tailwind CSS. Multi-framework support (React, Solid, Vue).",
      "url": "https://park-ui.com"
    }
  ]
}
</script>
