How to use the @material/icon-toggle.MDCIconToggle function in @material/icon-toggle

To help you get started, we’ve selected a few @material/icon-toggle 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 matsp / material-components-vue / src / components / IconToggle / IconToggle.vue View on Github external
mounted() {
        this.mdcIconToggle = new MDCIconToggle(this.$el)
        this.mdcIconToggle.disabled = this.disabled
        this.mdcIconToggle.on = this.value
    },
    destroy() {