1.7.0 • Published 2 years ago

doz-tab v1.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

doz-tab

A simple tab component

Install

npm install doz-tab

Live here

Example

    import Doz from 'doz'
    import 'doz-tab'

    new Doz({
        root: '#app',
        template(h) {
            return h`
                <doz-tab buttons-position="bottom">
                    <doz-tab-item title="Mon">Content first</doz-tab-item>
                    <doz-tab-item title="Tue">content second</doz-tab-item>
                    <doz-tab-item title="Wed">content third</doz-tab-item>
                    <doz-tab-item title="Thu">content fourth</doz-tab-item>
                    <doz-tab-item title="Fri">content fifth</doz-tab-item>
                    <doz-tab-item title="Sat">content sixth</doz-tab-item>
                    <doz-tab-item title="Sun">content seventh</doz-tab-item>
                </doz-tab>
            `
        }
    });

Props

NameDefaultDescription
initial0Initial tab item selected
height200pxBody height
buttons-positiontopThe buttons position can be top, bottom, left, right
buttons-sizelargeThe buttons size can be small or large
buttons-wrapfalseIf the value is true the container sets the css property flex-wrap to wrap
body-background-color#eeeBody background color
button-color#000Button color
button-background-color#cccButton background color
button-hover-color#fffButton hover color
button-hover-background-color#444Button hover background color
button-selected-color#fffButton selected color
button-selected-background-color#888Button selected background color

Web Component

Exposed methods

  • selectTabItem(index)

CDN unpkg

<script src="https://unpkg.com/doz-tab/dist/bundle.min.js"></script>

Changelog

You can view the changelog here

License

doz-tab is open-sourced software licensed under the MIT license

Author

Fabio Ricali

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago