Skip to main content

Get Access to Tailwind Components

With access to the free or premium Tailwind components, you get:
  • Responsive Tailwind UI components
  • Clean utility-first code
  • Light, Gray, and Dark themes
  • Wireframe versions for planning layouts
  • Copy-paste-ready code optimized for modern browsers

Configure Tailwind and Global Styles

Set up your project to render Pagifye components correctly by following these configuration steps:

Add Tailwind Config

Replace or merge it into your existing tailwind.config.js.
tailwind.config.js

Add Global CSS

Add it into your main or global CSS file (e.g., globals.css or main.css or style.css).
style.css

Add Alpine.js

Add this alpinjs script to your root file or main layout, just before the closing </head> tag.
index.html

Use Components in Your Code

Browse the Pagifye Component Library and:
  1. Choose a component
  2. Select a theme (Light/Gray/Dark) or Wireframe
  3. Click Copy Tailwind
In your code editor:
  • Paste the component into your HTML.
  • Make sure Tailwind CSS is set up in your project
  • Adjust content, classes, or layout as needed
Each component is built using semantic HTML5 and scoped utility classes.

Customize with Tailwind Utilities

All Pagifye components use standard Tailwind utility classes, so customizing is simple:
  • Swap colors based on your design tokens in tailwind.config.js
  • Update spacing, typography, layout, or breakpoints as needed
  • No custom CSS required—everything is fully Tailwind-compatible
That’s It! You’re now ready to build with Pagifye + Tailwind. All components are designed to be:
  • Flexible
  • Scalable
  • Easy to integrate