UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

7 lines (6 loc) 252 B
//#region src/utils/uid.ts const uid = (prefix) => `${prefix ? `${prefix}_` : ""}${Date.now().toString(36) + Math.random().toString(36).substr(2)}`; //#endregion export { uid }; globalThis.__vuiVersion__ = "5.4.0-alpha" //# sourceMappingURL=uid.js.map