@owlui/tabs
TypeScript icon, indicating that this package has built-in type declarations

0.0.44 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @owlui/tabs

Weekly Downloads

5

Version

0.0.44

License

MIT

Unpacked Size

9.1 kB

Total Files

16

Last publish

Collaborators

  • oseivale
  • sclarkeosg
  • cicerofonsecaosg
  • caube_osg