A comprehensive collection of responsive UI components built with Tailwind CSS and JavaScript for modern web applications.
Featured components include:
// Interactive component example function toggleModal() { const modal = document.getElementById('modal'); modal.classList.toggle('hidden'); }
Components adapt seamlessly to any screen size from mobile to desktop.
Smooth animations and transitions enhance the user experience.
Easily modify components to match your brand and design requirements.
Interactive form components with validation, responsive layouts, and modern design patterns.
<div> <label for="text-input" class="block text-sm font-medium text-neutral-700 mb-1">Text Input</label> <input type="text" id="text-input" class="w-full px-3 py-2 border border-neutral-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Enter text"> </div>
<div class="flex items-center"> <input type="checkbox" id="checkbox-1" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-neutral-300 rounded"> <label for="checkbox-1" class="ml-2 block text-sm text-neutral-700">I agree to the terms</label> </div>
Input is valid
Please enter a valid input
Validating input...
<div class="relative"> <input type="text" class="w-full pl-3 pr-10 py-2 border border-red-500 rounded-md focus:outline-none focus:ring-2 focus:ring-red-500"> <div class="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none"> <svg class="h-5 w-5 text-red-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /> </svg> </div> </div> <p class="text-red-600 text-xs mt-1">Please enter a valid input</p>
or drag and drop
PNG, JPG, GIF up to 10MB
Fill out the form and we'll get back to you as soon as possible.
A simple card with title and description. Hover to see transform effect.
Card with image, title and description. Hover for shadow effect.
Horizontal layout on larger screens, vertical on mobile.
Click to flip this card and see the back side
This is the back of the flip card
Hover to see overlay effect and reveal hidden content.
A centered modal with semi-transparent backdrop and close button.
A side-sliding drawer with swipe-to-close functionality.
A sheet that slides up from the bottom with drag handle.
A small overlay with automatic and manual close options.
A modal that requires user confirmation to proceed.
A modal that displays an image in a lightbox style.
A simple accordion with toggle functionality.
A styled FAQ accordion with icons and smooth transitions.
An accordion with nested content for hierarchical information.
An accordion that allows multiple sections to be open simultaneously.
Simple horizontal tabs with clean styling.
A comprehensive look at our product's capabilities and benefits.
Tabs with enhanced styling and icons.
We are a leading provider of innovative solutions for web development and design.
Side-by-side tabs for better content organization.
Our design process focuses on user needs, creating intuitive interfaces that solve real problems.
Tabs that adapt to different screen sizes.
View all your important metrics and data at a glance with our comprehensive dashboard.
Contemporary tab design with smooth transitions.
Our architectural designs blend form and function to create stunning, practical spaces.
Tabs styled as cards for a unique interface.
Your dashboard overview with all the important information and quick actions.
A simple range slider with value display.
A custom styled range slider with enhanced visuals.
A range slider with two handles for selecting a range of values.
A vertical orientation slider for different UI needs.
Multiple vertical sliders simulating an audio mixer.
Compare two images with a draggable slider.