Socket
Socket
Sign inDemoInstall

@owlui/tabs

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@owlui/tabs

Simple Tab component based on the bootstrap Tab


Version published
Maintainers
4
Created
Source

Overview

Simple Tab component based on the bootstrap Tab

Description

The Tab component allows for simple same page navigation. Tabs is a higher-level component for quickly creating a Nav matched with a set of TabPanes with content.

Usage

Click on each component to visit the Bootstrap docs and check out the complete list of available props:

Examples

Basic Tabs Implementation:

<Tabs defaultActiveKey="profile" id="uncontrolled-tab-example">
  <Tab eventKey="home" title="Home">
    <div><div>
  </Tab>
  <Tab eventKey="profile" title="Profile">
    <div><div>
  </Tab>
  <Tab eventKey="contact" title="Contact" disabled>
    <div><div>
  </Tab>
</Tabs>

FAQs

Package last updated on 01 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc