DocsCredits and Resources

Credits and Resources

TailAdmin is built on top of several third-party libraries and resources that help power the UI, charts, calendars, maps, and overall developer experience.

This page highlights notable packages/resources that TailAdmin relies on. Depending on which TailAdmin version you use (HTML, React, Next.js, Vue, etc.), the exact dependency set may vary.

Styling & UI foundation

Tailwind CSS

  • Usage in TailAdmin: TailAdmin’s design system and UI components are built with Tailwind CSS utility classes.
  • Reference: https://tailwindcss.com/

Frameworks (varies by version)

React.js

  • Usage in TailAdmin: Used in the React version to build reusable UI components and pages.
  • Reference: https://react.dev/

Next.js

  • Usage in TailAdmin: Used in the Next.js version (App Router) for routing, layouts, rendering, and application structure.
  • Reference: https://nextjs.org/

Vue.js

  • Usage in TailAdmin: Used in the Vue version to build the component-based UI and application pages.
  • Reference: https://vuejs.org/

Angular

  • Usage in TailAdmin: Used in the Angular version to build the component-based UI and application pages.
  • Reference: https://angular.io/

Laravel

  • Usage in TailAdmin: Used in the Laravel version to build the server-side rendered UI and application pages.
  • Reference: https://laravel.com/

Alpine JS

  • Usage in TailAdmin: Used in the HTML version for lightweight interactivity (dropdowns, toggles, UI states) without a heavy framework.
  • Reference: https://alpinejs.dev/

Icons

Lineicons

Charts & data visualization

ApexCharts

  • Usage in TailAdmin: Used to render interactive charts (for example, line/area/bar charts) in dashboard widgets and analytics pages.
  • Reference: https://apexcharts.com/

Calendar

FullCalendar

  • Usage in TailAdmin: Used to provide calendar views and event UI in calendar pages.
  • Reference: https://fullcalendar.io/

Swiper

  • Usage in TailAdmin: Used for sliders/carousels in components and UI sections that require swipeable navigation.
  • Reference: https://swiperjs.com/

Maps

JsVectorMap

  • Usage in TailAdmin: Used for vector-based maps (for example, regional/geo visualizations) in dashboard components.
  • Reference: https://jvm-docs.vercel.app/

Date picker

Flatpickr

Fonts & images

Google Fonts

Unsplash

  • Usage in TailAdmin: Used as a source for sample/placeholder images in previews and demo content.
  • Reference: https://unsplash.com/

We’re grateful to the maintainers and communities behind these projects. If you plan to ship TailAdmin in production, please review the license and support policies of any third-party dependencies used in your selected version.