How to use the uikit.tab function in uikit

To help you get started, we’ve selected a few uikit examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pagekit / pagekit / app / system / modules / site / app / components / edit.vue View on Github external
ready: function() {
            this.tab = UIkit.tab(this.$$.tab, { connect: this.$$.content });
        },