UNPKG

@arolariu/components

Version:

🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

9 lines (8 loc) • 250 B
"use client"; import * as __rspack_external_react from "react"; function useId(prefix) { const reactId = __rspack_external_react.useId(); return prefix ? `${prefix}-${reactId}` : reactId; } export { useId }; //# sourceMappingURL=useId.js.map