A comprehensive collection of production-ready Tailwind CSS plugins for modern web development.
Comprehensive button system with variants, sizes, states, and accessibility features.
- 8 button variants
- 5 size options
- Dark mode support
- Accessibility compliant
Advanced form controls with validation states and custom styling.
- 9 control types
- Validation states
- Floating labels
- Input groups
Flexible card components with layouts, shadows, and interactions.
- 8 card types
- 4 layout styles
- Flip and expandable cards
- Responsive grids
Enhanced dark mode implementation with theme switching and persistence.
- Multiple themes (light, dark, dimmed, sepia)
- Auto-detection
- Smooth transitions
- LocalStorage persistence
Advanced typography utilities with fluid scaling and text effects.
- Fluid typography
- Type scales
- Text effects
- Variable fonts
Rich animation utilities with keyframes, transitions, and effects.
- 8 core animations
- Scroll animations
- Stagger effects
- Particle effects
Modern layout patterns including grids, flexbox, and containers.
- 7 layout patterns
- Grid systems
- Container queries
- Responsive utilities
Complete design system foundation with tokens and patterns.
- Design tokens
- Component library
- Brand guidelines
- Token sync with design tools
WCAG-compliant utilities for screen readers and keyboard navigation.
- Screen reader utilities
- Focus management
- ARIA patterns
- Testing tools
Performance optimization utilities including PurgeCSS and critical CSS.
- Tree shaking
- Code splitting
- Critical CSS
- Bundle analysis
Install individual plugins:
npm install @skillstash/tailwind-button-components
npm install @skillstash/tailwind-form-controls
npm install @skillstash/tailwind-dark-mode-proOr install the entire collection:
npm install @skillstash/tailwindcss-pluginsAdd plugins to your tailwind.config.js:
module.exports = {
plugins: [
require('@skillstash/tailwind-button-components'),
require('@skillstash/tailwind-form-controls'),
require('@skillstash/tailwind-dark-mode-pro'),
// Add more plugins as needed
]
}Each plugin includes:
- README.md - Comprehensive documentation
- CHANGELOG.md - Version history
- Commands - CLI commands for code generation
- Skills - Auto-loading development aids
- Agents - AI-powered design assistance
- Examples - Working HTML/CSS examples
- β Production Ready - Battle-tested in real projects
- β Dark Mode Support - Full dark mode compatibility
- β Responsive Design - Mobile-first approach
- β Accessibility - WCAG 2.1 AA compliant
- β Performance - Optimized for production
- β Documentation - Comprehensive guides and examples
- β TypeScript - Full TypeScript support
- β Framework Support - React, Vue, Angular compatible
Each plugin includes special integrations for Claude Code:
- Slash Commands - Quick code generation commands
- Auto-loading Skills - Context-aware development assistance
- AI Agents - Specialized design and optimization agents
plugin-name/
βββ plugin.json # Plugin metadata
βββ README.md # Documentation
βββ CHANGELOG.md # Version history
βββ .claude/
β βββ commands/ # Slash commands
β βββ skills/ # Auto-loading skills
β βββ agents/ # AI agents
βββ examples/ # Usage examples
Use our plugin template:
npx create-tailwind-plugin my-pluginAll plugins are optimized for:
- Small Bundle Size - Tree-shakeable and PurgeCSS compatible
- Fast Build Times - JIT mode support
- Runtime Performance - GPU-accelerated animations
- Lazy Loading - Dynamic imports for large components
We welcome contributions! Please see our Contributing Guide for details.
MIT License - see individual plugin LICENSE files for details.
Made with β€οΈ by the SkillStash Team