@ulu/frontend
Version:
A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.
11 lines (10 loc) • 482 B
JavaScript
// Main Library Import
// - Allow users to access commonly needed items with at one point/file
// - This is the entry for the pre-built version
// - Could allow changing of the ulu/js file structure if needed
// - Will not include things that aren't used in every site (those would need to
// imported manually
export * as settings from "./settings.js";
export * as events from "./events/index.js";
export * as ui from "./ui/index.js";
export * as utils from "./utils/index.js";