UNPKG

kui-vue

Version:

A lightweight desktop UI component library suitable for Vue.js 2.

6 lines (5 loc) 107 B
export function isColor(str) { const s = new Option().style; s.color = str; return s.color !== ""; }