UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

8 lines (6 loc) 195 B
export const defaultPrefix = "id"; export function generateRandomString(prefix = defaultPrefix) { return `${prefix ? `${prefix}-` : ""}${Math.random() .toString(32) .substr(2, 6)}`; }