@flux-ui/application
v3.1.6
Published
Contains components to create applications with Flux UI.
Maintainers
Readme
@flux-ui/application
Application shell components for building full apps with Flux UI.
Highlights
FluxApplication— root application shell.FluxApplicationContent— main content region.FluxApplicationSection— section wrapper.FluxApplicationSide— sidebar slot.FluxApplicationTop— top bar.FluxApplicationHero— hero section.FluxApplicationMenu(+…Account,…Context,…ContextStack,…Promo,…Toggle) — menu primitives for the application chrome.
Integrates with vue-router for navigation-aware behavior.
⭐️ Prerequisites
- Bun >= 1.2.13
- Node >= 23
🚀 Getting started
- Make sure the Flux monorepo is checked out.
- Run
bun installin the project root. - Run
bun run --cwd packages/application buildto build the package (runsvue-tscthenvite build). - To link Flux Application globally with Bun, run
bun link --cwd packages/application.- In another project, use
link:@flux-ui/applicationas the dependency version inpackage.json.
- In another project, use
