How to use the vuestic-ui/src/services/color-functions.getHoverColor function in vuestic-ui

To help you get started, we’ve selected a few vuestic-ui 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 epicmaxco / vuestic-admin / src / components / admin / app-sidebar / components / SidebarLink.vue View on Github external
computedLinkStyles () {
      if (this.isHovered || this.isActive) {
        return {
          color: this.$themes['primary'],
          backgroundColor: getHoverColor(this.$themes['primary']),
          borderColor: this.isActive ? this.$themes['primary'] : 'transparent',
        }
      } // else <- controlled by CSS (color in rgba)
    },
    computedIconStyles () {

vuestic-ui

Vue 3 UI Framework

MIT
Latest version published 9 days ago

Package Health Score

93 / 100
Full package analysis