4.2.1 • Published 1 year ago

@reuzun/tabpanel-webcomponent v4.2.1

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

tab-panel-webcomponent badge

TabPanel - Web Component

A light-weight tab panel component with allowing limitless panels without any content restriction.

Size - 1.92KiB

How to install?

npm install @reuzun/tabpanel-webcomponent

How to use?

Nth button changes content to Nth content.

<script src="./node_modules/@reuzun/tabpanel-webcomponent/dist/tab-panel.js"></script>

<tab-panel width="75%" height="250px">
    <anything slot="button"></anything>
    <anything slot="content"></anything>    
    <anything slot="button"></anything>
    <anything slot="content"></anything>
</tab-panel>

<tab-panel width="300px" height="700px" direction="rtl">
    <anything slot="content"></anything>    
    <anything slot="content"></anything>
    <anything slot="button"></anything>
    <anything slot="button"></anything>
</tab-panel>

Properties

CommandDescriptionDefaultAllowed Values
widthWidth of the tab-panel400pxSame with css.
heightWidth of the tab-panel400pxSame with css.
directionDirection of buttons to Content'ttb''ltr', 'rtl', 'ttb', 'btt'
ltrrtlttbbtt

How to run demo?

cd demo
npm install
  • open demo.html

LICENSE

Licensed under MIT License.

4.1.3

1 year ago

4.2.1

1 year ago

4.1.2

1 year ago

4.2.0

1 year ago

4.1.1

1 year ago

4.1.0

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

3.1.1

1 year ago

4.0.0

1 year ago

3.3.0

1 year ago

3.2.5

1 year ago

3.2.4

1 year ago

3.2.3

1 year ago

3.2.2

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.1.2

1 year ago