1.12.3 • Published 1 year ago

@patternfly/pfe-tabs v1.12.3

Weekly downloads
300
License
MIT
Repository
github
Last release
1 year ago

PatternFly Elements Tabs

Read more about Tabs in the PatternFly Elements Tabs documentation

Installation

Load <pfe-tabs> via CDN:

<script src="https://unpkg.com/@patternfly/pfe-tabs?module"></script>

Or, if you are using NPM, install it

npm install @patternfly/pfe-tabs

Then once installed, import it to your application:

import '@patternfly/pfe-tabs';

Usage

<pfe-tabs>
  <pfe-tab role="heading" slot="tab">Tab 1</pfe-tab>
  <pfe-tab-panel role="region" slot="panel">
    <h2>Content 1</h2>
    <p>Tab 1 panel content.</p>
  </pfe-tab-panel>
  <pfe-tab role="heading" slot="tab">Tab 2</pfe-tab>
  <pfe-tab-panel role="region" slot="panel">
    <h2>Content 2</h2>
    <p>Tab 2 panel content.</p>
  </pfe-tab-panel>
</pfe-tabs>
2.0.0-next.8

1 year ago

2.0.0-next.9

1 year ago

2.0.0-next.7

1 year ago

2.0.0-next.10

1 year ago

2.0.0-next.6

1 year ago

2.0.0-next.5

1 year ago

2.0.0-next.4

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.2

2 years ago

2.0.0-next.1

2 years ago

1.12.3

2 years ago

2.0.0-next.0

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.6.0

3 years ago

1.7.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.0-test.1

5 years ago

0.0.0-test.0

5 years ago