Socket
Socket
Sign inDemoInstall

@owlui/tabs

Package Overview
Dependencies
59
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @owlui/tabs

Simple Tab component based on the bootstrap Tab


Version published
Weekly downloads
12
decreased by-7.69%
Maintainers
4
Created
Weekly downloads
 

Changelog

Source

0.0.41 (2022-09-23)

Note: Version bump only for package @owlui/root

Readme

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

Last updated on 23 Sep 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc