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) 246 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.3.1" //# sourceMappingURL=uid.js.map