2.0.1 • Published 4 years ago

@chameleon-ds/tabs v2.0.1

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

Chameleon Tabs

import { html } from "@open-wc/demoing-storybook";
import "./chameleon-tab.js";
import "./chameleon-tabs.js";

export default {
  title: "Components|Navigation/Tabs",
  component: "chameleon-tabs",
  options: { selectedPanel: "storybookjs/docs/panel" },
};

Properties

chameleon-tabs

Property NameType(s)Default ValueDescription
urlRewriteBooleantrueAutomatically rewrite URL with tab index information when true
selectedNumber0The selected tab's index

Examples

Default

export const Default = () => html`
  <chameleon-tabs selected="0">
    <chameleon-tab>
      Tab One
    </chameleon-tab>
    <chameleon-tab>
      Tab Two
    </chameleon-tab>
    <chameleon-tab>
      Tab Three
    </chameleon-tab>
  </chameleon-tabs>
`;
2.0.1

4 years ago

2.0.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago