Tabs UI design guide

Design your ideal Tabs with clear instructions. Customize styles, improve usability, and ensure easy tabbed navigation. Bring smooth user experience to your dashboard design. Ready to get started? Let's go!

Tabs UI design – A guide for anatomy, UX tips, and use cases
UI Design

Published on

March 26, 2025

|

8 min read

Tutorials

Tabs UI design – A guide for anatomy, UX tips, and use cases

Navigation

Subscribe to new posts

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

By subscribing you agree to with our Privacy Policy.

Share this post

Author image

Roman Kamushken

This documentation provides an exhaustive guide to designing effective Tabs UI components. It explores anatomical elements, interaction states, theming strategies, and real-world applications - all while prioritizing usability and accessibility.

Designers and developers will learn to create tab systems that balance visual appeal with functional precision.

Tabs – are navigation elements that organize content into separate views without reloading the page. They allow users to switch between related contexts while maintaining mental context.

They solve spatial constraints by vertically/horizontally stacking contextual sections while maintaining rapid navigational access.

Unlike dropdowns, tabs persistently expose available categories, reducing cognitive load through constant visual hierarchy.{{spacer-16}}

Tabs Anatomy

Container

Definition: The wrapper holding all tab elements and content panels.

Critical function: Establishes spatial boundaries and visual relationship between active/inactive states.

Design imperative: Implement subtle background differentiation from surrounding UI. For web, consider 1px border with #F5F5F5 fill. Mobile apps benefit from full-bleach containers with dynamic height adaptation.

Active tab

Active navigation tabs from Material X UI kit for Figma
Tabs components included in Material-X UI kit for Figma

Definition: The currently selected navigation element and its associated content pane.

Behavioral nuance: Must present 3x higher visual weight than inactive tabs through combined techniques: bold labels, accent borders, fill colors.

Common pitfall: Designers often overemphasize active states, causing visual vibration. Counter with graduated transitions - e.g., animate underline from 1px to 3px over 200ms.

Inactive tabs

Definition: Non-selected navigation elements awaiting interaction.

Interaction clarity: Maintain 40% opacity reduction compared to active state. Hover effects should amplify contrast by 15-20% without mimicking selection.

Spatial grouping: Ensure inactive tabs have consistent 4-8px spacing between labels and container edges. Never let inactive tabs shrink below 80px width – truncate labels with ellipsis instead.

Icons (Optional)

State-driven glyph behavior: Design icon transformations that mirror tab interactions. For inactive tabs, use outlined icons at 80% opacity. During activation, morph to filled variants via 150ms linear path animation (e.g., SVG stroke-dashoffset).

Failure protocol: If unrecognized, supplement with microcopy tooltips that activate after 400ms hover (disable on touch devices).

Labels

Different Tabs styles and variations by Praveen Juge
Different Tabs styles and variations by Praveen Juge

Typography rules: Use medium font weight (500-600) for active labels, regular (400) for inactive. Never compress typefaces - maintain minimum 2px tracking.

Localization impact: German labels average 30% longer than English. Design containers with 20% width buffer for text expansion.

Indicator

Dynamic feedback: The visual marker denoting active selection (commonly underline/highlight).

Motion design: Implement spring physics (damping: 0.7, stiffness: 150) for indicator transitions. Avoid linear movement - it feels artificial.

Technical note: CSS transform: scaleX() yields smoother animations than width transitions.

Scroll controls

Definition: Arrows or chevrons for navigating overflow tabs.

Use case: Manages space constraints in responsive layouts.

Design tips: Reveal scroll controls only on hover to reduce visual noise. Use 45% opacity for inactive arrows, increasing to 90% on hover. For touch devices, implement swipe gestures but retain arrow controls—20% of users still expect them.

Content pane

Context preservation: Maintain persistent vertical position during tab switching to prevent user disorientation.

Loading strategy: For heavy content, implement skeleton screens with 150ms delay before full render. Never show blank panes.{{spacer-16}}

Types of Tabs

Standard horizontal tabs

Material design Tab Bar Navigation
Variations of navigation Tabs from Material Design System

Ideal scenario: 2-5 categories needing equal visual prominence.

Layout formula: Container width ÷ number of tabs = individual tab width. Never let tabs shrink below 96px.

Mobile adaptation: Below 480px, switch to scrollable tab bar with 16px horizontal padding.

Vertical tabs

Data-intensive use: When categorization requires multi-level nesting (e.g., enterprise dashboards).

Navigation depth: Support 3 levels maximum. Third-level tabs should collapse into dropdowns.

Ergonomic placement: Position vertical tabs 72px from left edge for F-shaped reading patterns.

Icon-only tabs

Space-constrained UI: Mobile apps, wearable interfaces, kiosk systems.

Universal design: Combine tooltips on hover and ARIA labels for accessibility.

Size minimums: 48x48px touch target with 24-32px icon sizing.

Segmented control tabs

iOS segmented controls variations included in Figma iOS UI kit
iOS segmented controls variations included in Figma iOS UI kit

Mutual exclusivity: When options represent binary or ternary states.

Visual treatment: Use filled segments with 8px corner radius. Differentiate active state with inverted colors.

Copywriting: Limit labels to 2-3 words. "Dark Mode" becomes "Dark" in segmented contexts.

Scrollable tabs

Content overflow solution: For 6+ categories needing equal hierarchy.

Navigation affordances: Show 20% of the next tab's edge. Implement momentum scrolling with snap points.

Edge case: Arabic interfaces require right-to-left scroll direction with mirrored chevrons.

Dynamic tabs

User-generated content: Browser-style tabs allowing manual opening/closing.

Interaction model: Provide "+" button with 8px separation from last tab. Closed tabs should animate deletion with 90ms duration.

State recovery: Store recently closed tabs in temporary memory (last 5 items).

Stratis UI tabs from task management dashboard by Monty Hayton
Stratis UI tabs from task management dashboard by Monty Hayton

Tabs States

Default state

Initial render: First tab active by default unless user context suggests otherwise.

Exception handling: In multi-page forms, preserve active tab through navigation.

Design fault: Avoid "ghost tabs" - every tab must have associated content.

Hover state

Interactive tabs in action. Components included in Figma React UI kit
Interactive tabs in action. Components included in Figma React UI kit

Discoverability boost: Reveal 6% container elevation with box-shadow.

Microcopy opportunity: For icon tabs, display tooltip after 400ms hover duration.

Accessibility parallel: Match hover styles with keyboard focus states.

Active state

Visual hierarchy: Combine 3 techniques minimum - color change, indicator movement, typographic shift.

Content transition: Cross-fade panes over 300ms with 100ms overlap. Never use slide animations - causes spatial disorientation.

Disabled state

Temporal restriction: When tabs require prior actions (e.g., payment completed).

Visual treatment: 50% opacity with diagonal strikethrough (45° angle, #FF4444 color).

User guidance: On disabled tab click, display toast message explaining requirements.

Focus state

Segmented controls in action. Outline theme included in Figma React UI kit

Keyboard navigation: 3px blue outline (#007AFF) with 2:1 contrast ratio.

Screen reader sync: ARIA selected attribute must update within 50ms of visual change.

Advanced technique: Programmatic focus follows natural tab sequence, ignoring disabled elements.

Error state

Validation feedback: When tab content contains invalid entries or requires user attention.

Visual signal: Pulse tab label 3 times at 2Hz frequency using #FF4444. Pair with persistent notification badge (e.g., red dot with 8px diameter). For severe errors, animate the entire tab container with 5° horizontal shake (duration: 400ms).

Accessibility layer: Trigger ARIA live regions to announce errors immediately. Combine with aria-invalid="true" on the tab element.

Loading state

Content fetching: When tab data requires asynchronous loading.

Perceived performance: Implement shimmer effect on content pane (linear gradient animation at 15° angle). Display progress ring (40px diameter) centered if load time exceeds 800ms.

Fallback strategy: After 3 seconds, show partial content with the "Load More" button. Never block tab switching - allow access to pre-loaded sections.{{spacer-16}}

Tabs Theming

Rounded tabs

Rounded tabs UI design theme by Erdem
Rounded tabs UI design theme by Erdem

Visual signature: Softened corners (4-12px radius) with filled backgrounds.

Best for: Brand-forward apps, wellness platforms, and interfaces targeting younger demographics.

Styling parameters:

  • Active tab: 8px radius, #2A2A2A fill, 1px inset shadow
  • Inactive tabs: 4px radius, #F8F8F8 fill with 0.8 opacity
  • Transition: Radius morphs from 4px→8px over 200ms

Why it works: Rounded shapes evoke approachability, making them ideal for onboarding flows and mental health apps. The morphing radius subtly directs attention to selections without aggressive animations.

Underlined tabs

Underline tabs UI design theme by Sebastiano Guerriero
Underline tabs UI design theme by Sebastiano Guerriero

Visual signature: Minimalist text labels with dynamic underlines.

Best for: Content-heavy interfaces (CMS, documentation portals) where screen real estate is precious.

Styling parameters:

  • Active underline: 3px height, animated from left-to-right
  • Inactive state: 1px #EEE underline (visible on hover only)
  • Typography: 16px system font with 500 weight for active

Why it works: The animated underline creates a "progress bar" effect, subconsciously guiding users through navigation steps. Its simplicity prevents visual competition with content.

Segmented control tabs

Segmented control tabs UI design theme by Pixsellz
Segmented control tabs UI design theme by Pixsellz

Visual signature: iOS-style pill-shaped containers with filled segments.

Best for: Mobile-first experiences, settings panels, and binary choices (e.g., light/dark mode).

Styling parameters:

  • Container: 8px radius, #F3F3F3 background
  • Active segment: #FFFFFF fill with 2px border
  • Spacing: 2px gap between segments

Why it works: Mimics native OS patterns, reducing cognitive load. The filled segment acts as a physical "slider," reinforcing mutual exclusivity of options.

Elevated tabs (Material X)

Elevated tabs UI design theme from Material-X UI kit for Figma
Elevated tabs UI design theme from Material-X UI kit for Figma

Visual signature: Floating tabs with shadow elevation and iconography.

Best for: Data dashboards, enterprise software with complex navigation.

Styling parameters:

  • Active tab: 8dp elevation, 12px icon padding
  • Inactive tabs: 1dp elevation, 60% opacity
  • Indicator: Floating underline detached from text

Why it works: Shadows create z-axis depth, helping users mentally map hierarchical relationships between tabs and content. The upward lift on active states mimics physical button presses.

Borderless tabs

Borderless tabs UI design theme by Jon Moore
Borderless tabs UI design theme by Jon Moore

Visual signature: Seamless integration with background, using color shifts only.

Best for: Minimalist portfolios, artist websites, and interfaces with full-bleach imagery.

Styling parameters:

  • Active tab: 400% font weight increase, 0.2 opacity background
  • Hover effect: 0.05 opacity overlay
  • Divider: 1px dashed line between tabs

Why it works: Eliminates visual clutter, allowing imagery/typography to dominate. The weight transition (via variable fonts) maintains hierarchy without traditional UI chrome.

{{spacer-16}}

Tabs Use Cases

Dashboard navigation (Google Analytics 4)

Learn how to design the ideal dashboard navigation by applying Tabs nested into the Application bar
Learn how to design the ideal dashboard navigation by applying Tabs nested into the Application bar

Problem: Users get lost in complex metric trees.

Solution: Three-tier tab system:

  1. Primary tabs (Reports, Explore, Configure) – Fixed top bar
  2. Secondary tabs (Real-time, Audience, Acquisition) – Underlined style
  3. Tertiary date filters – Segmented control
    Result: 23% faster task completion in usability tests

E-Commerce filtering (Amazon product search)

Problem: Overwhelming product options.

Solution: Hybrid scrollable tabs:

  • Default visible: "Department", "Price", "Rating"
  • Hidden behind "More" tab: "Sustainability", "Certifications"
  • Innovation: Auto-expand "More" tab after 3 seconds of inactivity

Mobile app navigation (Instagram stories)

Problem: Content overload in Stories feed.

Solution: Icon-only circular tabs:

  • Active story: Radial progress indicator
  • Viewed story: 50% opacity + checkmark overlay
  • Engagement boost: 40% higher story completion rate

Enterprise settings (Slack workspace admin)

The app settings section is a designated area where users can customize and adjust various preferences, options, or configurations
The app settings tutorial is a designated area where users can customize and adjust various preferences, options, or configurations

Problem: Buried configuration options.

Solution: Vertical nested tabs:

  • Parent tabs (Settings, Permissions, Billing) – Left rail
  • Child tabs (Channel Defaults, Member Roles) – Indented + smaller font
  • Efficiency gain: 58% reduction in support tickets

Media consumption (Netflix profile selection)

Problem: Accidental profile switches.

Solution: Hover-activated tab cards:

  • Resting state: Profile icons only
  • Hover: Animated expansion with name + watch progress
  • Error Reduction: 91% decrease in mistaken profile clicks

{{spacer-16}}

UX & Usability Tips

Purposeful micro-animations

Tabs component from Figma & React library. Ready-to-use components styled and UI matches with code
Tabs component from Figma & React library. Ready-to-use components styled and UI matches with code

Problem: Abrupt tab transitions disorient users.
Solution: Use animations to bridge visual gaps between states.
Example: Figma’s prototype panel employs a 250ms slide-and-fade effect when switching between "Design" and "Code" tabs, creating spatial awareness.
Design tips:

  • Animate the active indicator with transform: translateX() for horizontal tabs.
  • For vertical tabs, slide content panels upward/downward with ease-in-out timing.
  • Avoid over-animating; keep durations under 300ms to prevent perceived lag.

Granular keyboard navigation

Problem: Keyboard users struggle to navigate tabs with nested menus.
Solution: Map complex hierarchies to intuitive key combinations.
Example: Gmail’s settings tabs use Arrow keys →/← for parent tabs and ↑/↓ to navigate sub-tabs like "Themes" or "Inbox."
Design tips:

  • Assign aria-controls to link tabs to their content panels for screen readers.
  • Let users press Tab to jump between interactive elements within a tab’s content.
  • Add :focus-visible styles to avoid intrusive outlines for mouse users.

Overflow logic & scroll controls

Problem: Hidden tabs frustrate users who can’t find rarely used options.
Solution: Dynamically adjust overflow based on viewport size and user behavior.
Example: Notion’s database tabs show horizontal scroll arrows only when content overflows, with a gradient fade at the container’s edge to hint at more options.
Design tips:

  • Use Intersection Observer API to detect overflow and render scroll controls.
  • For touch devices, enable swipe gestures but keep arrows for discoverability.
  • Prioritize "pinned" tabs (e.g., frequently used) in auto-collapse algorithms.

Smart badges for multi-layer events

Example of how smart badges could be applied with Tabs. Learn more in Notifications tutorial
Example of how smart badges could be applied with Tabs. Learn more in Notifications tutorial

Problem: Users miss time-sensitive actions buried in sub-tabs.
Solution: Cascade badge notifications across parent and child tabs.
Example: Slack’s workspace tabs show red badges for unread channels, while nested thread tabs display a dot indicator for new replies.
Design tips:

  • Use tiered badge styles: numbers for parent tabs, dots for child tabs.
  • Automatically clear badges when users view the parent tab (even if sub-tabs remain unopened).
  • For GDPR compliance, avoid badges based on sensitive data (e.g., "3 new messages").

Contextual tooltips for icon-only tabs

Variation of a Tooltip popping out after onHover. Check this dashboard template by Material-X for Figma

Problem: Abstract icons confuse users unfamiliar with the interface.
Solution: Display tooltips on hover/focus to clarify tab functions.
Example: Microsoft Teams’ vertical sidebar shows text labels on hover for tabs like "Activity" (bell icon) or "Files" (folder icon).
Design tips:

  • Delay tooltips by 500ms to avoid accidental triggers.
  • For touch devices, show labels after a long press (1+ second).
  • Use aria-label for screen readers to announce tab purpose without visual clutter.

Share this post

Subscribe to Setproduct

Once per week we send a newsletter with new releases, freebies and blog publications
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

By clicking Sign Up you're confirming that you agree with our Terms and Conditions.

Congratulations!

You're in! Expect awesome updates in your inbox

FAQs

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.
No items found.

Our Dashboard Templates Will Make It A Treat To View Data

Experience the magic of data visualization with our user-friendly dashboard templates. Try out our dashboards now and enjoy efficient reporting processes, greater transparency in, among others monitoring and making educated decisions easily.
Material X for Figma

Material X for Figma

Figma library with 1100+ components & 40 app templates beyond Material Design. Powered by top-notch shapes and Manrope font. Customizable & Adjustable UI kit now available for Angular & Figma

Material You UI kit

Material You UI kit

Figma & React library with 2600+ variants of 32 components compatible with Material Design 3. Plus 220+ dashboard templates for all the viewports. Now available for NextJS & TailwindCSS.

Figma React UI kit

Figma React UI kit

Designed and well-organized in Figma React-based UI toolkit for the web. Optimized for building complex data-dense interfaces for desktop and mobile applications.

Panda Design System

Panda Design System

Figma library with dashboard, calendar, kanban, profile, table, ecommerce and 80+ templates in total. Components with variants, dark theme included.

Eclipse UI kit

Eclipse UI kit

Figma library with 1100+ components & 74 templates for data-driven web applications. Powered by auto-layout. Supercharged by Figma's variants.

Rome UI kit for Figma

Rome UI kit for Figma

Customizable and well-organized team library. Contains 250+ components & 30 web app templates powered by stylish and trendy guidelines.

Material Design System

Material Design System

Figma library is based on 100% guidelines compliance with Material.io. Contains ready‑to-use templates to accelerate app UI design.

Neolex Dashboard UI kit

Neolex Dashboard UI kit

Customizable & adjustable dashboard design system with 50+ ready-to-use app layouts, 1900+ variants for 30 components with auto-layout.

Material Desktop Dashboard UI kit

Material Desktop Dashboard UI kit

Figma library with 48+ dashboard templates based on reusable desktop app patterns carefully handpicked from the most popular web apps.

Xela UI kit for Figma

Xela UI kit for Figma

Figma library with 1900+ variants of 30 components categories to craft perfectly shaped desktop & mobile apps. Customizable & Adjustable dashboard design system with 50+ web app templates.

Figma S8 Design System

Figma S8 Design System

Figma design library for mobile and desktop apps made of high quality styled components. Full version includes 67 dashboard templates.

OE Figma Design System

OE Figma Design System

Customizable and well-organized Figma library. This design system aimed to build highly loaded interfaces, boost the speed and save more costs.

Related posts

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

UI Design

6 min read

Pricing section UI design guide

Extensive tutorial how to design a pricing section that drives sales and conversions. Learn about types, anatomy, and usability best practices.

UI Design

8 min read

Button Group UI design guide

Get the ultimate guide to Button Group design principles, including usability, accessibility, and visual design. Learn how to design Button Groups that boost user engagement and satisfaction

UI Design

10 min read

Carousel UI design best practices

Design accessible slider galleries, usable, and beautiful. Read our detailed guide on Carousel UI Design and learn how to design carousels that engage users.

Figma Templates & UI kits

Save time and human resources by reusing hundreds of pre-made templates crafted by us. Based on top notch UX taken from the World's best apps.

Material X for Figma

Figma library with 1100+ components & 40 app templates beyond Material Design. Powered by top-notch shapes and Manrope font. Customizable & Adjustable UI kit now available for Angular & Figma

Material You UI kit

Figma & React library with 2600+ variants of 32 components compatible with Material Design 3. Plus 220+ dashboard templates for all the viewports. Now available for NextJS & TailwindCSS.

Figma React UI kit

Designed and well-organized in Figma React-based UI toolkit for the web. Optimized for building complex data-dense interfaces for desktop and mobile applications.

Panda Design System

Figma library with dashboard, calendar, kanban, profile, table, ecommerce and 80+ templates in total. Components with variants, dark theme included.

Eclipse UI kit

Figma library with 1100+ components & 74 templates for data-driven web applications. Powered by auto-layout. Supercharged by Figma's variants.

Rome UI kit for Figma

Customizable and well-organized team library. Contains 250+ components & 30 web app templates powered by stylish and trendy guidelines.

Material Design System

Figma library is based on 100% guidelines compliance with Material.io. Contains ready‑to-use templates to accelerate app UI design.

Neolex Dashboard UI kit

Customizable & adjustable dashboard design system with 50+ ready-to-use app layouts, 1900+ variants for 30 components with auto-layout.

Material Desktop Dashboard UI kit

Figma library with 48+ dashboard templates based on reusable desktop app patterns carefully handpicked from the most popular web apps.

Xela UI kit for Figma

Figma library with 1900+ variants of 30 components categories to craft perfectly shaped desktop & mobile apps. Customizable & Adjustable dashboard design system with 50+ web app templates.

Figma S8 Design System

Figma design library for mobile and desktop apps made of high quality styled components. Full version includes 67 dashboard templates.

OE Figma Design System

Customizable and well-organized Figma library. This design system aimed to build highly loaded interfaces, boost the speed and save more costs.

Figma iOS kit

Figma library of iOS patterns served as ready-made templates. This UI kit inspired by World's best apps. Based on Human Interface guidelines.

Figma S8 Design System

Figma design library for mobile and desktop apps made of high quality styled components. Full version includes 67 dashboard templates.

Most iOS UI kit for Figma

iOS native components and app templates organized into a «Most Design System» fully compatible with Apple's Human Interface guidelines.

Rome UI kit for Figma

Customizable and well-organized team library. Contains 250+ components & 30 web app templates powered by stylish and trendy guidelines.

Material Design System

Figma library is based on 100% guidelines compliance with Material.io. Contains ready‑to-use templates to accelerate app UI design.

Nucleus UI

Nucleus UI contains 1000 components and variants with 500+ mobile screens designed for Figma (including 9 themes from Event, E-commerce, Finance, NFT, etc.).

Figma Android UI kit

Components-driven Android mobile UI library for Figma. Consists of 140 high quality application templates made of total 250+ UI components.

Mobile X UI kit

Customizable & adjustable iOS / Android design system loaded with ready-made 157 app templates based on 860+ variants for 20 components.

Appka iOS UI kit

Customizable & adjustable iOS design system with 4100+ variants for 28 components and 280+ ready-to-use app layouts crafted for Figma.

Full iOS UI kit

Customizable iOS design system with 320 ready-to-use app layouts. You can modify them or use as it is to save time and never design from scratch again.

Xela for Flutter

XelaUI for Flutter is a simple, modular and accessible component library that gives you the building Flutter apps for mobile and desktop.

Xela for Android

Ready-made collection of fully customizable widgets, UI screens and reusable components for Android coded with Jetpack Compose.

Xela for Swift

Designed for iOS Developers. We provide fully coded customizable components, widgets and well-organized iOS screens for Figma & SwiftUI.

Material You UI kit

Figma & React library with 2600+ variants of 32 components compatible with Material Design 3. Plus 220+ dashboard templates for all the viewports. Now available for NextJS & TailwindCSS.

Figma Charts UI kit

Components-driven graphs design kit for dashboards, presentations, infographics & data visualisation. Includes 25+ charts types for all the viewports.

Hyper Charts

Create impressive visuals with Figma's graphs templates – dozens of scalable and customizable data visualization blocks for dark and light modes.

Orion UI kit

Figma library with 40+ full-width charts templates served in light & dark themes. Contains 200+ of dataviz widgets that look perfect on desktop & mobile screens.

Xela for React

React based components library for beautiful user interface in React apps. Lightweight library for your projects. Contains pre-made web app templates.

Figma React UI kit

Designed and well-organized in Figma React-based UI toolkit for the web. Optimized for building complex data-dense interfaces for desktop and mobile applications.

Material X for Figma

Figma library with 1100+ components & 40 app templates beyond Material Design. Powered by top-notch shapes and Manrope font. Customizable & Adjustable UI kit now available for Angular & Figma

Xela for Flutter

XelaUI for Flutter is a simple, modular and accessible component library that gives you the building Flutter apps for mobile and desktop.

Xela for Android

Ready-made collection of fully customizable widgets, UI screens and reusable components for Android coded with Jetpack Compose.

Xela for Swift

Designed for iOS Developers. We provide fully coded customizable components, widgets and well-organized iOS screens for Figma & SwiftUI.

Material You UI kit

Figma & React library with 2600+ variants of 32 components compatible with Material Design 3. Plus 220+ dashboard templates for all the viewports. Now available for NextJS & TailwindCSS.

Xela for React

React based components library for beautiful user interface in React apps. Lightweight library for your projects. Contains pre-made web app templates.

Levitate 3D kit for Figma

Components-driven 3D kit to design eye-catching Figma presentations. Helps to enhance your landing page, product or app, brand ident, etc.

Website templates UI kit

Landing pages reusable templates kit based on most effective web design patterns. 140+ dark & light constrained design blocks.

Figma Landing Pages UI kit

Landing pages templates library based on constrained & organized components aimed to speed-up the production of effective websites.

Zeus UI kit

Create hassle-free landing pages in Figma. This kit is based on 10 landing page templates, powered by 1600+ variants for 630+ web blocks.

This is some text inside of a div block.
This is some text inside of a div block.