@flux-ui/visuals
v3.5.2
Published
Visual effect components for the Flux UI library.
Maintainers
Readme
@flux-ui/visuals
Visual effect components for Flux UI.
Decorative, animated building blocks (border beams, patterns, animated colors, slot text, and more) that layer on top of the Flux design system.
Highlights
- Purely decorative,
aria-hiddenvisual effects that respectprefers-reduced-motion. - Same CSS Modules and naming conventions as
@flux-ui/components. - Relies on the Flux theme tokens (
--gray-*,--radius), so load@flux-ui/componentsstyles alongside it.
⭐️ 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/visuals buildto build the package (runsvue-tscthenvite build). - To link Flux Visuals globally with Bun, run
bun link --cwd packages/visuals.- In another project, use
link:@flux-ui/visualsas the dependency version inpackage.json.
- In another project, use
