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 existingtailwind.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:- Choose a component
- Select a theme (Light/Gray/Dark) or Wireframe
- Click Copy Tailwind
- Paste the component into your HTML.
- Make sure Tailwind CSS is set up in your project
- Adjust content, classes, or layout as needed
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
- Flexible
- Scalable
- Easy to integrate