UNPKG

@studiocms/ui

Version:

The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.

7 lines (6 loc) 118 B
function generateID(prefix) { return `${prefix}-${Math.random().toString(16).slice(2)}`; } export { generateID };