0.0.44 • Published 3 years ago

@owlui/tabs v0.0.44

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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>
0.0.42

4 years ago

0.0.43

4 years ago

0.0.44

3 years ago

0.0.40

4 years ago

0.0.41

4 years ago

0.0.33

4 years ago

0.0.34

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.37

4 years ago

0.0.38

4 years ago

0.0.39

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago