epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.31k stars 321 forks source link

When working with presets allow selecting props using other props #4223

Open m0ksem opened 1 month ago

m0ksem commented 1 month ago
    presets: {
      VaButton: {
        secondary: {
          borderColor: (props) => props.color,
        }
      }
    }