Tab Example - Uikit Typing CST Test
Loading…
Tab Example — Uikit Code
Shows a tabbed interface using UIkit tab classes.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.16.21/dist/css/uikit.min.css">
<title>UIkit Tabs</title>
</head>
<body class="uk-container uk-margin-top">
<ul uk-tab>
<li><a href="#">Tab 1</a></li>
<li><a href="#">Tab 2</a></li>
<li><a href="#">Tab 3</a></li>
</ul>
<ul class="uk-switcher uk-margin">
<li>Content for Tab 1</li>
<li>Content for Tab 2</li>
<li>Content for Tab 3</li>
</ul>
<script src="https://cdn.jsdelivr.net/npm/uikit@3.16.21/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/uikit@3.16.21/dist/js/uikit-icons.min.js"></script>
</body>
</html>Uikit Language Guide
UIkit is a lightweight, modular front-end framework for developing fast and powerful web interfaces. It offers a responsive grid, prebuilt components, and JavaScript plugins to create interactive UI elements.
Primary Use Cases
- ▸Responsive websites and web apps
- ▸Landing pages and marketing sites
- ▸Admin dashboards
- ▸Rapid prototyping
- ▸Projects needing modular JS components
Notable Features
- ▸12-column responsive grid system
- ▸Modular CSS and JS components
- ▸Prebuilt UI elements (buttons, forms, modals, sliders)
- ▸JavaScript plugins for interactivity
- ▸Sass/Less support for theming and customization
Origin & Creator
Created by YOOtheme in 2013 as a modern, modular framework for web interfaces.
Industrial Note
UIkit is often used in web apps, marketing sites, and lightweight dashboards where a modular, customizable, and responsive framework is desired.