UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

5 lines (4 loc) 121 B
const toKebabCase = (string) => { return string.replace(/\B([A-Z])/g, "-$1").toLowerCase(); }; export { toKebabCase };