Top Quality Products

MetroTab – Responsive Tab for Metro UI

4.64
Expert ScoreRead review

$8.00

Added to wishlistRemoved from wishlist 0
Add to compare

329 sales

LIVE PREVIEW

MetroTab – Responsive Tab for Metro UI

MetroTab – Responsive Tab for Metro UI Review

I am thrilled to share my experience with MetroTab, a light jQuery plugin that creates tabs with a metro-style design. The plugin is highly customizable, allowing you to tailor the style and appearance to fit your needs.

Features

MetroTab is packed with an impressive set of features that make it a standout in the world of tab plugins.

  • Responsive design that adapts to various screen sizes and devices
  • Support for both AJAX and inline content
  • Ability to add content from anywhere (paragraphs, images, videos, iframe, dynamic code, etc.)
  • Unlimited tabs and content scroller
  • Customizable style and colors
  • Supports IE 8+, Firefox, Chrome, Opera, and Safari
  • Lightweight and easy to use

Before Purchase

Before purchasing, I recommend checking out the demo and support information carefully to ensure that the plugin meets your requirements.

Customer Feedback

I was impressed to see that many customers have given positive feedback about MetroTab. One customer, zahid, shared his experience:

"…it can be customized the way you want. I think this is the only sliding tab I could customize with my imagination. The coding of the tab is professionally done and the author was very much cooperative to assist me during my customization of the tab."

Conclusion

Overall, I am extremely satisfied with MetroTab. The plugin is highly customizable, easy to use, and provides a range of features that make it a valuable addition to any website. With a rating of 4.64, I highly recommend MetroTab to anyone looking for a responsive tab plugin with a metro-style design.

Rating: 4.64/5

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “MetroTab – Responsive Tab for Metro UI”

Your email address will not be published. Required fields are marked *

Introduction to MetroTab - Responsive Tab

The MetroTab is a popular responsive tab plugin used to create a responsive, touch-friendly, and adaptable tab interface for your websites. It is designed specifically for Metro UI, but can be easily integrated into any web project. MetroTab is a versatile plugin that allows you to create flexible and customizable tabs that are perfect for modern web designs.

In this tutorial, we will walk you through the step-by-step process of using the MetroTab plugin to create responsive and interactive tabs for your Metro UI project.

Installation and Basic Setup

Before you start using the MetroTab plugin, you need to install it and set up the basic configuration. You can download the MetroTab plugin from the official GitHub repository or use a plugin manager like Bower.

Once you have installed the plugin, you need to include the necessary CSS and JavaScript files in your HTML page. You can do this by adding the following codes in your HTML file:

<link rel="stylesheet" href="css/metrotab.css" />
<script src="js/metrotab.js"></script>

Step 1: Basic Configuration

To use MetroTab, you need to create a basic configuration structure. This structure consists of a container element that holds the tabs and the corresponding content. You can do this by adding the following HTML code:

<div class="metro-tab-container">
  <!-- Tab content goes here -->
  <div class="metro-tab-content">
    <h2>Tab 1 Content</h2>
    <p>This is the content for Tab 1.</p>
  </div>
  <!-- End of Tab content -->

  <!-- Tab navigation menu -->
  <ul class="metro-tab-nav">
    <li><a href="#tab1" data-tab="tab1">Tab 1</a></li>
    <li><a href="#tab2" data-tab="tab2">Tab 2</a></li>
    <!-- Add more tabs as needed -->
  </ul>
  <!-- End of tab navigation menu -->
</div>

In the above code, we create a container element with a class of metro-tab-container. Inside this container, we have two sections: the tab content area and the tab navigation menu.

Step 2: Initialize MetroTab

To initialize MetroTab, you need to call the metroTab function and pass the container element as an argument. You can do this by adding the following JavaScript code:

$(document).ready(function() {
  $('.metro-tab-container').metroTab();
});

In the above code, we use jQuery to select the container element and call the metroTab function. The metroTab function will automatically detect the tabs and their corresponding content, and create a responsive tab interface.

Step 3: Customize MetroTab

MetroTab provides many customization options that allow you to tailor the plugin to your specific needs. Here are some common customization options:

  • Tab Colors: You can change the colors of the tabs, tab content, and borders using the tabColor, contentColor, and borderColor options.
  • Font Family: You can change the font family of the tabs and tab content using the fontFamily option.
  • Button Size: You can adjust the size of the tab buttons using the buttonSize option.
  • Animation: You can add animations to the tabs by setting the animation option to true or false.

To customize MetroTab, you can use the following options:

$(document).ready(function() {
  $('.metro-tab-container').metroTab({
    tabColor: '#337ab7',
    contentColor: '#000',
    borderColor: '#ccc',
    fontFamily: 'Arial',
    buttonSize: 'large',
    animation: true
  });
});

Conclusion

In this tutorial, we have covered the basic steps of using MetroTab to create responsive tabs for your Metro UI project. We have also customized the plugin to fit your specific needs. With this plugin, you can easily create flexible and adaptable tab interfaces that are perfect for modern web designs.

That's it! With the MetroTab plugin, you can create responsive and interactive tabs that are perfect for your Metro UI project.

Here is an example of a complete settings configuration for MetroTab - Responsive Tab for Metro UI:

Tab Position

To set the position of the tabs, use the tabPosition property:

metroTabSettings.tabPosition = "top";

This will place the tabs at the top of the content area.

Tab Size

To set the size of the tabs, use the tabSize property:

metroTabSettings.tabSize = "large";

This will set the tabs to a large size.

Tab Animation

To set the animation of the tabs, use the tabAnimation property:

metroTabSettings.tabAnimation = "slide";

This will set the animation to slide.

Content Height

To set the height of the content area, use the contentHeight property:

metroTabSettings.contentHeight = 500;

This will set the content area to 500 pixels tall.

Responsive Behavior

To set the responsive behavior of the tabs, use the responsive property:

metroTabSettings.responsive = {
  breakpoint: 768,
  tabsOnTop: true,
  tabsOnBottom: false
};

This will set the tabs to be on top for screen sizes above 768px, and to be on the bottom for screen sizes below 768px.

Tab Styles

To set the styles of the tabs, use the tabStyles property:

metroTabSettings.tabStyles = {
  activeTabColor: "#337ab7",
  inactiveTabColor: "#666",
  activeTabBackground: "#337ab7",
  inactiveTabBackground: "#fff"
};

This will set the styles for active and inactive tabs.

Initialization

To initialize the MetroTab, use the init method:

metroTab.init();

This will initialize the MetroTab and apply the configured settings.

Here are the features of the MetroTab plugin:

  • Support Responsive Design
  • Ajax and Inline Content: allows for using both Ajax and inline content
  • Support Inline Content For SEO Purpose
  • Content can be anything: paragraph, images, video, iframe, dynamic code...
  • IE 8+, Firefox, Chrome, Opera, Safari supported browsers
  • Light weight: efficient and easy to load
  • Easy Customization: can be styled and customized easily
  • Unlimited Tabs
  • Cool Content Scroller

Please note that some of these features are mentioned multiple times in different lines, but I'll only extract each feature one time in this list.

Additionally, I extracted more information about the plugin developer, Sonh Lab, and some of their other products:

  • Sonh Lab has a portfolio that includes multiple responsive UI related products.
  • Some notable products from Sonh Lab include:
    • Nuxion jQuery - Responsive UX Navigation Menu Bar
    • Navion Metro Navigation Menu Accordion Switcher CSS
    • TileBox jQuery - Modern Responsive LightBox
    • Tabion Metro Tab Accordion Switcher CSS
    • OneSlider - Responsive Slider With Interactive Content
    • OpenPanel - Open Unlimited Panel Any Where
    • Responsive Shop Slider
    • ScreenSlider - Responsive Touch Presentation
    • MetroBox - Responsive LightBox
    • MetroPanel - A New Navigator for Modern Sites
MetroTab – Responsive Tab for Metro UI
MetroTab – Responsive Tab for Metro UI

$8.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0