Installation
📦 Installing TRANSLUX
Section titled “📦 Installing TRANSLUX”TRANSLUX is a framework-agnostic style-system, making it easy to integrate into any project.
Package Managers
Section titled “Package Managers”Install the core engine via your preferred package manager:
npm install translux# orbun add translux# oryarn add transluxAdding Integrations
Section titled “Adding Integrations”Ensure you have the proper bundlers to compile the translux core natively or use our specific framework adapters (React, Vue, Astro).
Astro Setup
Section titled “Astro Setup”Astro provides the most seamless environment for the TRANSLUX glass-panel primitives to excel. Add the integration manually:
npx astro add translux