UNPKG

@ulu/frontend

Version:

A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules op

8 lines (5 loc) 236 B
// Re-export all flattened, prefixed modules from the library. // This serves as the main entry point for the tree-shakable ESM bundle. export * from "./core/index.js"; export * from "./ui/index.js"; export * from "./utils/index.js";