JSPM

@vaadin/tabs

25.0.0-beta4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41138
  • Score
    100M100P100Q204890F
  • License Apache-2.0

vaadin-tabs

Package Exports

  • @vaadin/tabs
  • @vaadin/tabs/src/vaadin-tab.js
  • @vaadin/tabs/src/vaadin-tabs.js
  • @vaadin/tabs/vaadin-tab
  • @vaadin/tabs/vaadin-tab.js
  • @vaadin/tabs/vaadin-tabs
  • @vaadin/tabs/vaadin-tabs.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin/tabs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@vaadin/tabs

A web component for organizing and grouping content into sections.

Documentation + Live Demo ↗

npm version

<vaadin-tabs selected="3">
  <vaadin-tab>Page 1</vaadin-tab>
  <vaadin-tab>Page 2</vaadin-tab>
  <vaadin-tab>Page 3</vaadin-tab>
  <vaadin-tab>Page 4</vaadin-tab>
</vaadin-tabs>

Screenshot of vaadin-tabs

Installation

Install the component:

npm i @vaadin/tabs

Once installed, import the component in your application:

import '@vaadin/tabs';

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

License

Apache License 2.0

Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.